Fixed cygwin build.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
fptools c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uucheck c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uuencode c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uulib c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uunconc c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uuscan c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uustring c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uuutil c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
fptools cpp all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uucheck cpp all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uuencode cpp all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uulib cpp all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uunconc cpp all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uuscan cpp all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uustring cpp all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
uuutil cpp all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be sun
|
||||
|
@@ -903,11 +903,11 @@ UUDecodeFile (uulist *thefile, char *destname)
|
||||
|
||||
if (destname)
|
||||
strcpy (uugen_fnbuffer, destname);
|
||||
else {
|
||||
sprintf (uugen_fnbuffer, "%s%s",
|
||||
(uusavepath)?uusavepath:"",
|
||||
UUFNameFilter ((thefile->filename)?
|
||||
thefile->filename:"unknown.xxx"));
|
||||
else
|
||||
{
|
||||
char unknownfn[] = "unknown.xxx";
|
||||
sprintf(uugen_fnbuffer, "%s%s", (uusavepath) ? uusavepath : "",
|
||||
UUFNameFilter(thefile->filename ? thefile->filename : unknownfn));
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -1115,7 +1115,7 @@ UUInfoFile (uulist *thefile, void *opaque, int (*func)(void *, char *))
|
||||
|
||||
return UURET_OK;
|
||||
}
|
||||
|
||||
|
||||
int UUEXPORT
|
||||
UURenameFile (uulist *thefile, char *newname)
|
||||
{
|
||||
@@ -1239,4 +1239,3 @@ UUCleanUp (void)
|
||||
|
||||
return UURET_OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user