]> git.pld-linux.org Git - packages/tin.git/blob - tin-range.patch
- up to 1.7.6
[packages/tin.git] / tin-range.patch
1 diff -urN tin-1.5.7.org/src/newsrc.c tin-1.5.7/src/newsrc.c
2 --- tin-1.5.7.org/src/newsrc.c  Mon Nov  6 01:47:02 2000
3 +++ tin-1.5.7/src/newsrc.c      Mon Nov  6 01:48:04 2000
4 @@ -894,7 +894,7 @@
5         struct t_group *group)
6  {
7         long artnum;
8 -       long i, last;
9 +       unsigned long long i, last;
10         t_bool flag = FALSE;
11  
12  #ifdef DEBUG_NEWSRC
This page took 0.052307 seconds and 3 git commands to generate.