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:
kandrot%netscape.com
2001-07-09 23:42:00 +00:00
parent b5798566d6
commit b3fc91a88e

View File

@@ -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