diff options
| author | powwow@askgustav.com <powwow@askgustav.com> | 2020-05-23 09:29:18 (GMT) |
|---|---|---|
| committer | powwow@askgustav.com <powwow@askgustav.com> | 2020-05-23 09:29:18 (GMT) |
| commit | df019a5895f7dd2d895c9a08503ce15965196e91 (patch) | |
| tree | e93e64c68417cc812d5e4474b9ce683184dac733 | |
| parent | 5625d2cbf23ae63e58c718fdc997a5eeaee0ec88 (diff) | |
| download | powwow-df019a5895f7dd2d895c9a08503ce15965196e91.zip powwow-df019a5895f7dd2d895c9a08503ce15965196e91.tar.gz powwow-df019a5895f7dd2d895c9a08503ce15965196e91.tar.bz2 | |
remove extraneous newlines in capture files
| -rw-r--r-- | src/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -230,6 +230,7 @@ void log_write(char *str, int len, int newline) if (newline) { const char nl[1] = "\n"; fwrite(nl, 1, 1, capturefile); + newline = 0; } } } |
