mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1909747 - Fix liteFirewall mozilla_customizations.diff regarding error representation r=nrishel
Differential Revision: https://phabricator.services.mozilla.com/D219675
This commit is contained in:
parent
e7d23ba18c
commit
d43a8490ef
@ -7,7 +7,7 @@ diff --git a/other-licenses/nsis/Contrib/liteFirewall/liteFirewall.cpp b/other-l
|
||||
{
|
||||
- printf("%s", e.Error());
|
||||
+ /* Start Mozilla modification */
|
||||
+ printf("0x%lx", e.ErrorMessage());
|
||||
+ printf("0x%lx", e.Error());
|
||||
+ /* End Mozilla modification */
|
||||
}
|
||||
goto Cleanup;
|
||||
|
Loading…
Reference in New Issue
Block a user