From 67e109cde0362a7eea421ad1aa814b198a4dc08f Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Tue, 11 Jul 2000 01:52:53 +0000 Subject: [PATCH] Fix build breakge by samir. I'm not really sure how this could have compiled =). --- xpinstall/src/nsSoftwareUpdate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpinstall/src/nsSoftwareUpdate.cpp b/xpinstall/src/nsSoftwareUpdate.cpp index d557a7380150..b7931ed468b7 100644 --- a/xpinstall/src/nsSoftwareUpdate.cpp +++ b/xpinstall/src/nsSoftwareUpdate.cpp @@ -544,7 +544,7 @@ nsSoftwareUpdate::StubInitialize(nsIFile *aDir, const char* logName) return NS_ERROR_NULL_POINTER; if (logName) - PL_strdup(mLogName, logName); + mLogName = PL_strdup(logName); if (!mLogName) return NS_ERROR_OUT_OF_MEMORY;