]> andersk Git - splint.git/blobdiff - src/osd.c
Added code to support CSV output (-csv flag).
[splint.git] / src / osd.c
index 3d75cf64ea2ba65085664ac4049da2373be931b3..68e90c8c0e447afaab576664437e79fab9015f6f 100644 (file)
--- a/src/osd.c
+++ b/src/osd.c
@@ -1126,7 +1126,7 @@ cstring osd_outputPath (cstring filename)
         {
           /* Give up if the result gets to be longer
              than the absolute path name.  */
-          if (rel_buffer + filename_len <= rel_buf_p + 3)
+          /*@i423@*/ if (rel_buffer + filename_len <= rel_buf_p + 3)
            {
              sfree (rel_buffer);
              return cstring_copy (filename);
This page took 0.098096 seconds and 4 git commands to generate.