Changed some immediate flavorsto direct

This commit is contained in:
Michiel Broek 2004-07-16 11:29:14 +00:00
parent 3d2ff259a2
commit 1678c98f50
3 changed files with 4 additions and 4 deletions

View File

@ -139,7 +139,7 @@ int attach(faddr noden, char *ofile, int mode, char flavor, int fdn)
*/
int un_attach(faddr node, char *filename)
{
Syslog('p', "un_attach: %s %s", fido2faddr(node), filename);
Syslog('p', "un_attach: %s %s", ascfnode(&node, 0x1f), filename);
return TRUE;
}

View File

@ -454,8 +454,8 @@ void flush_dir(char *ndir)
sprintf(pktfile, "%s/%s", temp, fname);
if (strstr(fname, ".iii"))
flavor = 'i';
if (strstr(fname, ".ddd"))
flavor = 'd';
else if (strstr(fname, ".ccc"))
flavor = 'c';
else if (strstr(fname, ".hhh"))

View File

@ -925,7 +925,7 @@ void ExportNet(unsigned long MsgNum, int UUCPgate)
if (Msg.Crash || Msg.Direct || Msg.FileAttach || Msg.Immediate) {
memset(&ext, 0, sizeof(ext));
if (Msg.Immediate)
sprintf(ext, (char *)"iii");
sprintf(ext, (char *)"ddd");
else if (Msg.Crash)
sprintf(ext, (char *)"ccc");
else