mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #665 from mrtizmo/corelibs
CoreLibs - Added NON-NLS tags to hardcoded strings not needing National ...
This commit is contained in:
commit
663eddeaf5
@ -44,9 +44,9 @@ public class SigarLoader {
|
||||
try {
|
||||
//rely on netbeans / jna to locate the lib variation for architecture/OS
|
||||
if (PlatformUtil.isWindows()) {
|
||||
System.loadLibrary("libsigar");
|
||||
System.loadLibrary("libsigar"); //NON-NLS
|
||||
} else {
|
||||
System.loadLibrary("sigar");
|
||||
System.loadLibrary("sigar"); //NON-NLS
|
||||
}
|
||||
sigar = new Sigar();
|
||||
sigar.enableLogging(false); //forces a test
|
||||
|
Loading…
x
Reference in New Issue
Block a user