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

Comparing Convert-UUlib/uulib/uuscan.c (file contents):
Revision 1.30 by root, Sat Sep 24 07:35:02 2022 UTC vs.
Revision 1.31 by root, Sat Sep 24 10:55:43 2022 UTC

1444/* 1444/*
1445 * This is the main scanning function. 1445 * This is the main scanning function.
1446 */ 1446 */
1447 1447
1448fileread * 1448fileread *
1449ScanPart (FILE *datei, char *fname, int *errcode) 1449UUScanPart (FILE *datei, char *fname, int *errcode)
1450{ 1450{
1451 int ecount, hcount, lcount; 1451 int ecount, hcount, lcount;
1452 int bhflag, begflag, vflag, blen=0, res; 1452 int bhflag, begflag, vflag, blen=0, res;
1453 long preheaders, prevpos=0, preenc, before; 1453 long preheaders, prevpos=0, preenc, before;
1454 char *line=uuscan_spline; 1454 char *line=uuscan_spline;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines