When reading a profile entry remove trailing quote when there's an
opening one.
This commit is contained in:
parent
12668f5e2f
commit
f54c95ff07
|
@ -117,6 +117,7 @@ static void PROFILE_CopyEntry( char *buffer, const char *value, int len,
|
|||
p = p2 + 1;
|
||||
}
|
||||
}
|
||||
if (quote && (len > 1)) buffer--;
|
||||
*buffer = '\0';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue