]> git.pld-linux.org Git - packages/tin.git/commitdiff
fixes ugly coredumps
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 6 Nov 2000 00:48:46 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tin-range.patch -> 1.1

tin-range.patch [new file with mode: 0644]

diff --git a/tin-range.patch b/tin-range.patch
new file mode 100644 (file)
index 0000000..b860b77
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN tin-1.5.7.org/src/newsrc.c tin-1.5.7/src/newsrc.c
+--- tin-1.5.7.org/src/newsrc.c Mon Nov  6 01:47:02 2000
++++ tin-1.5.7/src/newsrc.c     Mon Nov  6 01:48:04 2000
+@@ -894,7 +894,7 @@
+       struct t_group *group)
+ {
+       long artnum;
+-      long i, last;
++      unsigned long long i, last;
+       t_bool flag = FALSE;
+ #ifdef DEBUG_NEWSRC
This page took 0.955308 seconds and 4 git commands to generate.