mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge #1232
1232: Fix storage.cfg reading broken by the `str_startswith` change r=def- a=heinrich5991 Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
This commit is contained in:
commit
e64375e129
|
@ -109,7 +109,7 @@ public:
|
|||
const char *pLineWithoutPrefix = str_startswith(pLine, "add_path ");
|
||||
if(pLineWithoutPrefix)
|
||||
{
|
||||
AddPath(pLine);
|
||||
AddPath(pLineWithoutPrefix);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue