зеркало из https://github.com/mozilla/pjs.git
oops, fix a typo in my previous checkin that caused help not to display - found by bryner, just returning the logic to where it was before...
This commit is contained in:
Родитель
3faec4321f
Коммит
8c96fc729b
|
@ -521,7 +521,7 @@ static void DumpArbitraryHelp()
|
|||
|
||||
nsCAutoString entryString;
|
||||
rv = catEntry->GetData(entryString);
|
||||
if (NS_FAILED(rv) || !entryString.IsEmpty()) break;
|
||||
if (NS_FAILED(rv) || entryString.IsEmpty()) break;
|
||||
|
||||
nsXPIDLCString contractidString;
|
||||
rv = catman->GetCategoryEntry(COMMAND_LINE_ARGUMENT_HANDLERS,
|
||||
|
|
Загрузка…
Ссылка в новой задаче