diff options
Diffstat (limited to 'mycan.c')
-rw-r--r-- | mycan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ int main(int argc, char **argv) } else if(ch != '\n') { - printf("Corrupted .csv file last char not newline, removing last line\n"); + printf("Corrupted .csv file last character not \\n, removing last %d bytes of data\n",ENTRY_SIZE); truncate(filename,offset-ENTRY_SIZE); } else |