forked from Telodendria/Telodendria
Make json use ^ for removing fields, instead of !
Room IDs start with '!', we want to be able to access these.
This commit is contained in:
parent
efdf168085
commit
76413f834e
1 changed files with 0 additions and 1 deletions
|
@ -386,7 +386,6 @@ JsonEncodeString(const char *str, FILE * out)
|
|||
fputc(c, out);
|
||||
}
|
||||
break;
|
||||
|
||||
}
|
||||
i++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue