mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
FIx possible bustage (not shown up on tinderbox yet).
This commit is contained in:
parent
7e8e0f5edf
commit
ca3e7e9d9a
@ -439,7 +439,7 @@ nsHistoryDataSource::ReadHistory(void)
|
||||
const nsNativeFileSpec nativeSpec = (const nsNativeFileSpec &)i;
|
||||
nsFilePath filePath(nativeSpec);
|
||||
nsFileSpec fileSpec(filePath);
|
||||
char *fileURL = filePath;
|
||||
const char *fileURL = filePath;
|
||||
if (fileURL)
|
||||
{
|
||||
if (endsWith(".hst", fileURL))
|
||||
|
Loading…
Reference in New Issue
Block a user