Bug 13137. Fix broken usage of CBufDescriptor.

This commit is contained in:
waterson%netscape.com 1999-09-07 02:46:08 +00:00
Родитель 0f3a26fccc
Коммит 7e0472ef71
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -651,7 +651,7 @@ RDFContainerImpl::GetNextValue(nsIRDFResource** aResult)
}
char buf[sizeof(kRDFNameSpaceURI) + 16];
nsCAutoString nextValStr(CBufDescriptor(buf, PR_TRUE, sizeof(buf)));
nsCAutoString nextValStr(CBufDescriptor(buf, PR_TRUE, sizeof(buf), 0));
nextValStr = kRDFNameSpaceURI;
nextValStr.Append("_");
nextValStr.Append(nextVal, 10);