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

@@ -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