diff options
Diffstat (limited to 'comms/xlog/files/patch-aa')
-rw-r--r-- | comms/xlog/files/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/comms/xlog/files/patch-aa b/comms/xlog/files/patch-aa deleted file mode 100644 index cb90ac86ff6d..000000000000 --- a/comms/xlog/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -*** src/dxcc.c.orig Thu Jul 8 14:05:52 2004 ---- src/dxcc.c Thu Jul 8 14:07:08 2004 -*************** -*** 277,282 **** ---- 277,284 ---- - if (ch == EOF) break; - buf[ichar++] = ch; - } -+ if(feof(fp) && (ichar == 0)) -+ break; - buf[ichar] = '\0'; - ichar = 0; - ch = 0; |