Bug 46079. Fix regression I introduced yesterday; NS_LITERAL_STRING() expands to nsAutoString on Linux, so this would assign a compiler temporary to the 'tag' variable.

This commit is contained in:
waterson%netscape.com 2000-07-21 19:59:39 +00:00
Родитель 7929424256
Коммит f0d4936e2e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1513,7 +1513,7 @@ RDFXMLDataSourceImpl::SerializeContainer(nsIOutputStream* aStream,
nsIRDFResource* aContainer)
{
nsresult rv;
const PRUnichar* tag;
nsAutoString tag;
// Decide if it's a sequence, bag, or alternation, and print the
// appropriate tag-open sequence