]> andersk Git - splint.git/blobdiff - src/context.c
Fixed handling of octal constants.
[splint.git] / src / context.c
index 4344a3f006286512456044fe2dc9aaa36d806c31..b4fc25f8bd2fa7aa5dba76005a8742bbc5ff9ae7 100644 (file)
@@ -2847,7 +2847,7 @@ context_setString (flagcode flag, cstring val)
     }
 
   if (cstring_length (val) >= 1
-      && cstring_firstChar (val) == '"')
+      && cstring_firstChar (val) == '\"')
     {
       llerror_flagWarning (message
                       ("setting %s to string beginning with \".  You probably "
This page took 0.031561 seconds and 4 git commands to generate.