This commit is contained in:
sspitzer%netscape.com 1999-08-25 06:07:44 +00:00
Родитель 814536828f
Коммит 767d06c436
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -288,7 +288,7 @@ NS_IMETHODIMP nsNntpUrl::GetMessageHeader(nsIMsgDBHdr ** aMsgHdr)
nsCString newsgroupURI(kNewsMessageRootURI);
newsgroupURI.Append("/");
if (userName || (userName != "")) {
if (userName && (userName != (const char *)"")) {
newsgroupURI.Append(userName);
newsgroupURI.Append("@");
}