mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Merge branch 'dev' of https://github.com/openmoh/openmohaa into dev
This commit is contained in:
commit
e00694b141
1 changed files with 2 additions and 0 deletions
|
@ -1595,6 +1595,8 @@ char *Info_ValueForKey( const char *s, const char *key ) {
|
|||
|
||||
while (*s != '\\' && *s)
|
||||
{
|
||||
if (!*s)
|
||||
return "";
|
||||
*o++ = *s++;
|
||||
}
|
||||
*o = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue