Code fixes for TBBT.
[bluesky.git] / TBBT / trace_play / sfs_c_chd.3thread.c
index 195beb0..608310e 100644 (file)
@@ -690,7 +690,7 @@ void inline format_line (char * line_before, char * line)
                }
                p = strstr (pv, "fh");
        }
-       while ((*pv)!=NULL) {
+       while ((*pv)!='\0') {
                *pl++ = *pv++;
        }
        //printf("format_line after %s\n", line);