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

Comparing Convert-UUlib/uulib/uulib.c (file contents):
Revision 1.4.2.2 by root, Sun Mar 31 19:52:07 2002 UTC vs.
Revision 1.4.2.3 by root, Sun Oct 13 13:03:08 2002 UTC

79#include <uudeview.h> 79#include <uudeview.h>
80#include <uuint.h> 80#include <uuint.h>
81#include <fptools.h> 81#include <fptools.h>
82#include <uustring.h> 82#include <uustring.h>
83 83
84char * uulib_id = "$Id: uulib.c,v 1.4.2.2 2002/03/31 19:52:07 root Exp $"; 84char * uulib_id = "$Id: uulib.c,v 1.4.2.3 2002/10/13 13:03:08 root Exp $";
85 85
86#ifdef SYSTEM_WINDLL 86#ifdef SYSTEM_WINDLL
87BOOL _export WINAPI 87BOOL _export WINAPI
88DllEntryPoint (HINSTANCE hInstance, DWORD seginfo, 88DllEntryPoint (HINSTANCE hInstance, DWORD seginfo,
89 LPVOID lpCmdLine) 89 LPVOID lpCmdLine)
1092 else if (thefile->uudet == BH_ENCODED && bhflag) 1092 else if (thefile->uudet == BH_ENCODED && bhflag)
1093 break; 1093 break;
1094 else if ((thefile->uudet == UU_ENCODED || thefile->uudet == XX_ENCODED) && 1094 else if ((thefile->uudet == UU_ENCODED || thefile->uudet == XX_ENCODED) &&
1095 strncmp (uugen_inbuffer, "begin ", 6) == 0) 1095 strncmp (uugen_inbuffer, "begin ", 6) == 0)
1096 break; 1096 break;
1097 else if (thefile->uudet == YENC_ENCODED &&
1098 strncmp (uugen_inbuffer, "=ybegin ", 8) == 0)
1099 break;
1097 1100
1098 if ((*func) (opaque, uugen_inbuffer)) 1101 if ((*func) (opaque, uugen_inbuffer))
1099 break; 1102 break;
1100 } 1103 }
1101 1104

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines