ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uucheck.c
(Generate patch)

Comparing Convert-UUlib/uulib/uucheck.c (file contents):
Revision 1.22 by root, Fri Dec 11 20:09:23 2020 UTC vs.
Revision 1.23 by root, Sat Dec 12 00:44:18 2020 UTC

51#include <uudeview.h> 51#include <uudeview.h>
52#include <uuint.h> 52#include <uuint.h>
53#include <fptools.h> 53#include <fptools.h>
54#include <uustring.h> 54#include <uustring.h>
55 55
56char * uucheck_id = "$Id: uucheck.c,v 1.22 2020/12/11 20:09:23 root Exp $"; 56char * uucheck_id = "$Id: uucheck.c,v 1.23 2020/12/12 00:44:18 root Exp $";
57 57
58/* 58/*
59 * Arbitrary number. This is the maximum number of part numbers we 59 * Arbitrary number. This is the maximum number of part numbers we
60 * store for our have-parts and missing-parts lists 60 * store for our have-parts and missing-parts lists
61 */ 61 */
1157 if (data->partno == -1) 1157 if (data->partno == -1)
1158 data->partno = fiter->partno + 1; 1158 data->partno = fiter->partno + 1;
1159 1159
1160 return UURET_OK; 1160 return UURET_OK;
1161 } 1161 }
1162
1162 last = fiter; 1163 last = fiter;
1163 fiter = fiter->NEXT; 1164 fiter = fiter->NEXT;
1164 } 1165 }
1165 1166
1166 return UURET_OK; /* Shouldn't get here */ 1167 return UURET_OK; /* Shouldn't get here */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines