Re: filename convention

---------

From: Daniel Stenberg (daniel@haxx.se)
Date: Fri May 10 2002 - 08:35:07 CDT


uOn Fri, 10 May 2002, Kevin Hobbs wrote:

> currently the filenames are set to be from 0001.html to 9999.html
>
> firstly, what happens when we get to 10000.html?
> will it start again at 0001 ?

No, most (if not all) of the code uses sprintf("%04d", num) which only sets a
mimimum width, not maximum. Then we actually get 10000 after 9999.

If I'm not mistaking of course.

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

---------

This archive was generated by hypermail 2.1.5.