mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-12 23:43:23 -05:00
Fix processing of escaped strings
This commit is contained in:
parent
6dfcec0d60
commit
8f1c77f4df
@ -653,6 +653,9 @@ int sp_scan(PARSETREE tree, int hint) {
|
||||
*dst++ = *src++;
|
||||
} else {
|
||||
src++;
|
||||
if(*src) {
|
||||
*dst++ = *src++;
|
||||
}
|
||||
}
|
||||
}
|
||||
*dst = '\0';
|
||||
|
Loading…
Reference in New Issue
Block a user