fix unknown PR_smprintf problem

This commit is contained in:
alecf%netscape.com 1999-04-26 21:07:14 +00:00
Родитель 6ffc518ffc
Коммит 7fe6f96c15
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -24,7 +24,7 @@
#include "prmem.h"
#include "plstr.h"
#include "prprf.h"
/* get some implementation from nsMsgIncomingServer */
class nsNntpIncomingServer : public nsMsgIncomingServer,
@ -76,8 +76,6 @@ nsNntpIncomingServer::GetServerURI(char **uri)
rv = GetHostName(&hostname);
if (NS_FAILED(rv)) return rv;
const char* urischema ="news://";
*uri = PR_smprintf("news://%s", hostname);
PR_Free(hostname);