ide/Debugger/watches: Fix unichar evaluation broken by fa765a838029ec71a86787e95ebcab...
[sdk] / compiler / libec / src / ast.ec
index 5ce9fb3..6b696f8 100644 (file)
@@ -979,6 +979,7 @@ Declaration MkDeclaration(OldList specifiers, OldList initDeclarators)
                         char ch;
                         bool escaped = false;
                         char * s = d.initializer.exp.string;
+                        if(s[0] == 'L') s++;
 
                         // MAKE MORE ACCURATE
                         for(c = 1; (ch = s[c]); c++)