Forgot to unlink MSGTMP
This commit is contained in:
parent
f5390c4322
commit
01b7ad9481
@ -955,7 +955,7 @@ int main(int argc, char **argv)
|
||||
fgets(buffer, 80, fptr);
|
||||
}
|
||||
fclose(fptr);
|
||||
// unlink(msgtmp);
|
||||
unlink(msgtmp);
|
||||
|
||||
// remove unneeded CRs
|
||||
for (i=0;i<unwrapped_quote_len;i++) {
|
||||
|
Reference in New Issue
Block a user