mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 22:59:29 +00:00
Merge remote branch 'qmp/for-anthony' into staging
This commit is contained in:
@ -205,6 +205,10 @@ static QString *qstring_from_escaped_str(JSONParserContext *ctxt, QObject *token
|
||||
qstring_append(str, "\b");
|
||||
ptr++;
|
||||
break;
|
||||
case 'f':
|
||||
qstring_append(str, "\f");
|
||||
ptr++;
|
||||
break;
|
||||
case 'n':
|
||||
qstring_append(str, "\n");
|
||||
ptr++;
|
||||
|
Reference in New Issue
Block a user