> 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'`olReceived on Fri 10 May 2002 03:40:22 PM GMT
This archive was generated by hypermail 2.3.0 : Sat 13 Mar 2010 03:46:12 AM GMT GMT