]> git.pld-linux.org Git - packages/inn.git/blob - inn-gcc.patch
- patches from rawhide.
[packages/inn.git] / inn-gcc.patch
1 --- inn-2.2.2/innfeed/host.c.gcc        Wed Jun 21 14:04:47 2000
2 +++ inn-2.2.2/innfeed/host.c    Wed Jun 21 14:05:23 2000
3 @@ -2468,7 +2468,7 @@
4    bool isGood = false ;
5  
6    if (topScope == NULL)
7 -    return false ;
8 +    return NULL ;
9    
10    while ((v = getNextPeer (&idx)) != NULL) 
11      {
This page took 0.033176 seconds and 4 git commands to generate.