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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user