diff options
Diffstat (limited to 'ao-tools/ao-dumplog/ao-dumplog.c')
| -rw-r--r-- | ao-tools/ao-dumplog/ao-dumplog.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/ao-tools/ao-dumplog/ao-dumplog.c b/ao-tools/ao-dumplog/ao-dumplog.c index 4bccfd61..b930f0e5 100644 --- a/ao-tools/ao-dumplog/ao-dumplog.c +++ b/ao-tools/ao-dumplog/ao-dumplog.c @@ -86,6 +86,7 @@ main (int argc, char **argv)  			if (!out) {  				perror(filename);  			} +			fprintf (out, "%s\n", line);  		} else if (sscanf(line, "%c %x %x %x", &cmd, &tick, &a, &b) == 4) {  			if (out) {  				fprintf(out, "%s\n", line);  | 
