Adding default string in Normalize to allow Purify to run under Solaris. r=kandrot@netscape.com, sr=scc@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@98930 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -465,7 +465,7 @@ NS_IMETHODIMP
|
||||
nsLocalFile::Normalize()
|
||||
{
|
||||
CHECK_mPath();
|
||||
char resolved_path[PATH_MAX];
|
||||
char resolved_path[PATH_MAX] = "";
|
||||
char *resolved_path_ptr = nsnull;
|
||||
|
||||
#ifdef XP_BEOS
|
||||
|
||||
Reference in New Issue
Block a user