diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 14:57:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 14:57:48 +0000 |
commit | c10421cea2e82d2862a58e8c15e39b66791564b7 (patch) | |
tree | 29528a95c2e8621163fe0f6a3a1bd3c869661b10 /comms/xlog/files/patch-aa | |
parent | There was a gd 1.X port with portepoch 2 for a while, so let the gd (diff) |
- Update to 0.9.10
PR: ports/73453
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk> (maintainer)
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; |