diff options
| author | johannes <johannes.herman@gmail.com> | 2024-02-09 17:55:07 +0100 |
|---|---|---|
| committer | johannes <johannes.herman@gmail.com> | 2024-02-09 17:55:07 +0100 |
| commit | 68594733a38496ae108ab59c1a9fb52705e561b0 (patch) | |
| tree | 5159c7c986babc85ece6aa88f4e9856982f32db9 /src/main.c | |
| parent | c39ca31ffb42414b26ded21aa5b904253c7c7edc (diff) | |
added optional print chunks
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ int main() demo d; readdemo(fp, &d); - printdemo(&d); + printdemo(&d, 0); writedemo(op, &d); fclose(fp); |
