mirror of
git://erdgeist.org/opentracker
synced 2025-01-14 00:40:09 +00:00
Do not write, if no string is passed
This commit is contained in:
parent
99c1ba1896
commit
d7c00a909b
@ -38,7 +38,7 @@ retry_parsing:
|
||||
break;
|
||||
case '?':
|
||||
if( flags == SCAN_PATH ) goto found_terminator;
|
||||
*d++ = c;
|
||||
if( d ) *d++ = c;
|
||||
goto retry_parsing;
|
||||
break;
|
||||
case '=':
|
||||
|
Loading…
Reference in New Issue
Block a user