mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
fix bustage
This commit is contained in:
parent
b47a889fee
commit
4637faa37a
@ -549,7 +549,7 @@ NS_IMETHODIMP nsMsgMailNewsUrl::Resolve(const char *relativePath, char **result)
|
||||
|
||||
rv = ioService->ExtractScheme(relativePath, &startPos, &endPos, getter_Copies(scheme));
|
||||
// if we have a fully qualified scheme then pass the relative path back as the result
|
||||
if (NS_SUCCEEDED(rv) && scheme.get9())
|
||||
if (NS_SUCCEEDED(rv) && scheme.get())
|
||||
{
|
||||
*result = nsCRT::strdup(relativePath);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user