Menu

#110 ref 3159313

open
nobody
None
5
2012-08-14
2011-01-16
No

since I have the habit ( from zOS and friends systems ) of using as a string delimiter the "
i made a quick and dirty change to cmdparse.ypp in order to have it accept as filename delimiters both " and '
here it is ...
else if ( ((prxCmd -> strptr + lCmdPtr) == '\"' ) ||
(
(prxCmd -> strptr + lCmdPtr) == '\'' ) )
{
char zzdelim;
zzdelim = (prxCmd -> strptr + lCmdPtr);
lCmdPtr++;
while (
(prxCmd -> strptr + lCmdPtr) != zzdelim)

regards
enrico
P.S.
tested and working !

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.