diff options
author | Steven Schubiger <stsc@refcnt.org> | 2013-08-22 15:25:53 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2013-08-22 15:25:53 +0200 |
commit | e71ec35f4b1481068e46943344fb50c2e43f78c9 (patch) | |
tree | 2bedfb75145e52e2941dbb7d9ab80d84c16a412d /colorize.c | |
parent | a3ca8405b18559c63924b2f7142332e423f674d9 (diff) | |
download | colorize-e71ec35f4b1481068e46943344fb50c2e43f78c9.tar.gz colorize-e71ec35f4b1481068e46943344fb50c2e43f78c9.tar.bz2 |
Add assertion in process_file_option
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -598,6 +598,7 @@ process_file_option (const char *file_string, const char **file, FILE **stream) } assert (*stream); + assert (*file); } #define MERGE_PRINT_LINE(part_line, line, flags, check_eof) do { \ |