diff options
-rw-r--r-- | atobm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ doit (FILE *fp, newline++; } - if (newline == cp + 1) continue; + if (newline == cp) continue; *newline = '\0'; len = strlen (cp); |
index : app/bitmap | ||
bitmap editor and converter utilities |
summaryrefslogtreecommitdiff |
-rw-r--r-- | atobm.c | 2 |
@@ -238,7 +238,7 @@ doit (FILE *fp, newline++; } - if (newline == cp + 1) continue; + if (newline == cp) continue; *newline = '\0'; len = strlen (cp); |