cvs commit: hugs98/src input.c
Sigbjorn Finne
sof@glass.cse.ogi.edu
Thu, 7 Nov 2002 22:23:19 -0800
sof 2002/11/07 22:23:18 PST
Modified files:
src input.c
Log:
readFilename: only recognise '\"' and '\ ' as being escaped;
'\<any other char>' is now processed as two chars.
This change is an attempt to improve the handling of options /
filenames that contain single backslashes (cf. steady trickle of
Winhugs bug reports due to Registry options inadvertently
(or not) containing non-escaped backslashes.)
I've yet to convince myself fully that its worth the risk
of including this change in the upcoming release, so I may
end up disabling the code (after having slept on it.)
Revision Changes Path
1.54 +9 -4 hugs98/src/input.c