Skip to content
Snippets Groups Projects
Commit 8e74c5c3 authored by rswindell's avatar rswindell
Browse files

No functional change.

parent f6e84fa7
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ void sbbs_t::notdownloaded(ulong size, time_t start, time_t end) ...@@ -167,7 +167,7 @@ void sbbs_t::notdownloaded(ulong size, time_t start, time_t end)
/****************************************************************************/ /****************************************************************************/
int sbbs_t::protocol(char *cmdline, int cd) int sbbs_t::protocol(char *cmdline, int cd)
{ {
char protlog[256],*p=NULL; char protlog[256],*p;
char msg[256]; char msg[256];
int i; int i;
FILE* stream; FILE* stream;
...@@ -186,6 +186,8 @@ int sbbs_t::protocol(char *cmdline, int cd) ...@@ -186,6 +186,8 @@ int sbbs_t::protocol(char *cmdline, int cd)
//lprintf("%s",cmdline); //lprintf("%s",cmdline);
if(cd) if(cd)
p=cfg.temp_dir; p=cfg.temp_dir;
else
p=NULL;
sprintf(msg,"Transferring %s",cmdline); sprintf(msg,"Transferring %s",cmdline);
spymsg(msg); spymsg(msg);
sys_status|=SS_FILEXFER; sys_status|=SS_FILEXFER;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment