]> andersk Git - splint.git/blobdiff - src/osd.c
Fixed some /@*i@*/ comments in the code.
[splint.git] / src / osd.c
index 3716f303a7c717d47741498d2903ed62f7d40742..24dcbf4d835eb30ceb8cf9c90f7a0a0d958eccb0 100644 (file)
--- a/src/osd.c
+++ b/src/osd.c
@@ -1133,7 +1133,7 @@ cstring osd_outputPath (cstring filename)
         {
           /* Give up if the result gets to be longer
              than the absolute path name.  */
-          /*@i423@*/ if (rel_buffer + filename_len <= rel_buf_p + 3)
+          if (rel_buffer + filename_len <= rel_buf_p + 3)
            {
              sfree (rel_buffer);
              return cstring_copy (filename);
This page took 0.03155 seconds and 4 git commands to generate.