fix my build bustage.

This commit is contained in:
sspitzer%netscape.com 1999-09-22 05:32:41 +00:00
parent 3e4dfe74cd
commit 0bfdd1954c

View File

@ -2084,8 +2084,8 @@ NS_IMETHODIMP nsProfile::MigrateProfileInfo()
if (NS_SUCCEEDED(rv))
{
// Get node name.
nsXPIDLCString profile;
rv = node->GetName(getter_Copies(profile));
char *profile = nsnull;
rv = node->GetName(&profile);
#if defined(DEBUG_profile)
printf("oldProflie = %s\n", profile);