K 10 svn:author V 5 peter K 8 svn:date V 27 1999-03-24T02:43:05.000000Z K 7 svn:log V 349 Fix a (relatively harmless) braino. I confused myself over the for() loop that counted the number of elements in argv. The counter is incremented in the next-iteration section of the loop, not the body, so at termination it's already "counted" the element that failed the continuation test - in this case the NULL argv terminator. Noted by: bde END