Bug 297752, Thunderbird -version core dump.

Patch by leon.sha@sun.com.
darin: review+
asa: approval-aviary1.1a2+


git-svn-id: svn://10.0.0.236/trunk@175908 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leon.sha%sun.com
2005-07-11 04:04:20 +00:00
parent ea70de9952
commit 31ee56b75e

View File

@@ -882,7 +882,7 @@ VerifyInstallation(nsIFile* aAppDir)
static void
DumpVersion()
{
printf("%s %s %s, %s\n", gAppData->vendor, gAppData->name, gAppData->version, gAppData->copyright);
printf("%s %s %s, %s\n", gAppData->vendor ? gAppData->vendor : "", gAppData->name, gAppData->version, gAppData->copyright);
}
#ifdef MOZ_ENABLE_XREMOTE