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.10 by root, Sat Apr 6 02:28:35 2002 UTC vs.
Revision 1.11 by root, Sun Oct 13 13:08:44 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.10 2002/04/06 02:28:35 root Exp $"; 84char * uulib_id = "$Id: uulib.c,v 1.11 2002/10/13 13:08:44 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)
1133 else if (thefile->uudet == BH_ENCODED && bhflag) 1133 else if (thefile->uudet == BH_ENCODED && bhflag)
1134 break; 1134 break;
1135 else if ((thefile->uudet == UU_ENCODED || thefile->uudet == XX_ENCODED) && 1135 else if ((thefile->uudet == UU_ENCODED || thefile->uudet == XX_ENCODED) &&
1136 strncmp (uugen_inbuffer, "begin ", 6) == 0) 1136 strncmp (uugen_inbuffer, "begin ", 6) == 0)
1137 break; 1137 break;
1138 else if (thefile->uudet == YENC_ENCODED &&
1139 strncmp (uugen_inbuffer, "=ybegin ", 8) == 0)
1140 break;
1138 1141
1139 if ((*func) (opaque, uugen_inbuffer)) 1142 if ((*func) (opaque, uugen_inbuffer))
1140 break; 1143 break;
1141 } 1144 }
1142 1145

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines