Gerhard Niklasch on Mon, 3 Aug 1998 19:52:39 +0200 (MET DST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
And another one-character fix. |
<exclamation censored>, this just _had_ to happen. Moreover I had fixed that typo of mine once already, but somehow it sneaked back in while we were sending files and diffs back and forth and I was juggling the ump- teenth version of mpqs.c in the fifth 2.0.11 source tree. (Time to move on to RCS+CVS...) Patch to be applied after the previous one, or before (with a line offset). The gzipped file on my FTP site has been updated. <famous last words>This was the last bug in this area...</flw> Gerhard bash$ diff -u src/modules/mpqs.c.19980803b src/modules/mpqs.c --- src/modules/mpqs.c.19980803b Mon Aug 3 18:32:39 1998 +++ src/modules/mpqs.c Mon Aug 3 19:44:37 1998 @@ -3607,7 +3607,7 @@ all_clean = 1; avma=av; return NULL; } - FNEW = mpqs_open_file(FNEW_str, "W"); + FNEW = mpqs_open_file(FNEW_str, "w"); } } /* main loop */ return NULL; /* not reached */