This commit is contained in:
mohabhassan 2018-07-20 16:10:17 +02:00
commit e00694b141

View file

@ -1595,6 +1595,8 @@ char *Info_ValueForKey( const char *s, const char *key ) {
while (*s != '\\' && *s)
{
if (!*s)
return "";
*o++ = *s++;
}
*o = 0;