diff options
Diffstat (limited to 'project2/json')
-rw-r--r-- | project2/json/parse.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/json/parse.cpp b/project2/json/parse.cpp index 3f485c4..cb41dd2 100644 --- a/project2/json/parse.cpp +++ b/project2/json/parse.cpp @@ -54,6 +54,7 @@ namespace json { } s++; } + str += gunichar(c); s--; } break; |