This commit is contained in:
bsmedberg%covad.net 2005-10-12 18:20:44 +00:00
Родитель 25a4129003
Коммит f9df27e754
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -317,7 +317,7 @@ CategoryNode::AddLeaf(const char* aEntryName,
rv = NS_ERROR_OUT_OF_MEMORY;
} else {
if (_retval) {
char *toDup = leaf->nonpValue ? leaf->nonpValue : leaf->pValue;
const char *toDup = leaf->nonpValue ? leaf->nonpValue : leaf->pValue;
if (toDup) {
*_retval = ToNewCString(nsDependentCString(toDup));
if (!*_retval)