зеркало из https://github.com/mozilla/pjs.git
fix unknown PR_smprintf problem
This commit is contained in:
Родитель
6ffc518ffc
Коммит
7fe6f96c15
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче