coar 99/05/31 10:10:19
Modified: src/support htpasswd.c Log: Oops. Too much Perl coding at the time, I guess. :-* Revision Changes Path 1.29 +2 -2 apache-1.3/src/support/htpasswd.c Index: htpasswd.c =================================================================== RCS file: /home/cvs/apache-1.3/src/support/htpasswd.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- htpasswd.c 1999/04/10 15:08:45 1.28 +++ htpasswd.c 1999/05/31 17:10:19 1.29 @@ -431,8 +431,8 @@ /* * Make sure we still have exactly the right number of arguments left - # (the filename, the username, and possibly the password if -b was - # specified). + * (the filename, the username, and possibly the password if -b was + * specified). */ if ((argc - i) != args_left) { return usage();