]> andersk Git - splint.git/blobdiff - src/structNames.c
Fixed assert failure involving multiple redefines of library functions.
[splint.git] / src / structNames.c
index 5d0997418ff7f4cb96c8cc503eb0e9068699500e..3c09e826cafbc463990d5ed87f9274867870e363 100644 (file)
@@ -141,7 +141,7 @@ void setTagNo (unsigned int n)
 
 bool isFakeTag (cstring s)
 {
-  int length = cstring_length (s);
+  size_t length = cstring_length (s);
 
   return ((length >= 1 && cstring_firstChar (s) == '!')
          || (length >= 2 && cstring_getChar (s, 2) == '!'));
This page took 0.034879 seconds and 4 git commands to generate.