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.12 by root, Fri Jun 13 13:27:51 2008 UTC vs.
Revision 1.13 by root, Fri Jun 13 13:33:08 2008 UTC

55#include <uudeview.h> 55#include <uudeview.h>
56#include <uuint.h> 56#include <uuint.h>
57#include <fptools.h> 57#include <fptools.h>
58#include <uustring.h> 58#include <uustring.h>
59 59
60char * uuscan_id = "$Id: uuscan.c,v 1.12 2008/06/13 13:27:51 root Exp $"; 60char * uuscan_id = "$Id: uuscan.c,v 1.13 2008/06/13 13:33:08 root Exp $";
61 61
62/* 62/*
63 * Header fields we recognize as such. See RFC822. We add "From ", 63 * Header fields we recognize as such. See RFC822. We add "From ",
64 * the usual marker for a beginning of a new message, and a couple 64 * the usual marker for a beginning of a new message, and a couple
65 * of usual MDA, News and MIME headers. 65 * of usual MDA, News and MIME headers.
3127 * be here! 3127 * be here!
3128 */ 3128 */
3129 3129
3130 if ((!sstate.envelope.ctype || _FP_stristr (sstate.envelope.ctype, "multipart")) 3130 if ((!sstate.envelope.ctype || _FP_stristr (sstate.envelope.ctype, "multipart"))
3131 && !uu_more_mime) { 3131 && !uu_more_mime) {
3132 fprintf (stderr, "hiya\n");//D
3133 prevpos = ftell (datei); 3132 prevpos = ftell (datei);
3134 while (!feof (datei)) { 3133 while (!feof (datei)) {
3135 if (_FP_fgets (line, 255, datei) == NULL) { 3134 if (_FP_fgets (line, 255, datei) == NULL) {
3136 line[0] = '\0'; 3135 line[0] = '\0';
3137 break; 3136 break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines