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.27 by root, Sat Dec 12 10:56:52 2020 UTC vs.
Revision 1.28 by root, Sat Dec 12 11:00:20 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.27 2020/12/12 10:56:52 root Exp $"; 56char * uucheck_id = "$Id: uucheck.c,v 1.28 2020/12/12 11:00:20 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 */
1011 * (e) The other part wants to stay alone (FL_SINGLE) 1011 * (e) The other part wants to stay alone (FL_SINGLE)
1012 * (g) The yencode file size matches. 1012 * (g) The yencode file size matches.
1013 * (2) The MIME-IDs match 1013 * (2) The MIME-IDs match
1014 */ 1014 */
1015 1015
1016 /* TODO: use two hahs tables, keyed on filename and mimeid */ 1016 /* TODO: use two hash tables, keyed on filename and mimeid */
1017 /* unfortunately, its not so easy, as lots of code inserts in interesting ways */
1017 1018
1018 /* 1019 /*
1019 * check if this part wants to be left alone. If so, don't bother 1020 * check if this part wants to be left alone. If so, don't bother
1020 * to do all the checks 1021 * to do all the checks
1021 */ 1022 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines