Change \u007F to \x7F, as the former gives error in the preprocessor

Problem reported by BraylaSana in #107.
This commit is contained in:
Sei Lisa 2018-10-06 13:04:01 +02:00 committed by Sei-Lisa
parent f957c39745
commit ffb4f73550
4 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ list chosen_animations;
string cache;
string webkey;
integer webcount;
string SEP = "<22>"; // OSS::string SEP = "\u007F";
string SEP = "<22>"; // OSS::string SEP = "\x7F";
string FormatFloat(float f, integer num_decimals)
{