mirror of
https://erdgeist.org/gitweb/opentracker
synced 2024-05-10 07:54:50 +00:00
Do not write, if no string is passed
This commit is contained in:
@@ -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 '=':
|
||||
|
||||
Reference in New Issue
Block a user