Skip to content
Snippets Groups Projects
Commit 41aa7d0a authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Fix.

Rev: lib/modules/Protocols.pmod/NNTP.pmod:1.4
parent b504ed93
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class protocol
space=' ';
string tmp=news::gets();
if(!tmp) return 0;
sscanf(tmp,"%d%c%s",code,int space,rest);
sscanf(tmp,"%d%c%s",code,space,rest);
} while(space == '-');
return code;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment