Bug 869836 - Part 11: Use Append('c') instead of AppendLiteral("c"). r=ehsan
This commit is contained in:
@@ -990,7 +990,7 @@ nsWindowsShellService::OpenApplication(int32_t aApplication)
|
||||
::RegCloseKey(theKey);
|
||||
|
||||
// Find the "open" command
|
||||
application.AppendLiteral("\\");
|
||||
application.Append('\\');
|
||||
application.Append(buf);
|
||||
application.AppendLiteral("\\shell\\open\\command");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user