mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26: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 {
|
try {
|
||||||
//rely on netbeans / jna to locate the lib variation for architecture/OS
|
//rely on netbeans / jna to locate the lib variation for architecture/OS
|
||||||
if (PlatformUtil.isWindows()) {
|
if (PlatformUtil.isWindows()) {
|
||||||
System.loadLibrary("libsigar");
|
System.loadLibrary("libsigar"); //NON-NLS
|
||||||
} else {
|
} else {
|
||||||
System.loadLibrary("sigar");
|
System.loadLibrary("sigar"); //NON-NLS
|
||||||
}
|
}
|
||||||
sigar = new Sigar();
|
sigar = new Sigar();
|
||||||
sigar.enableLogging(false); //forces a test
|
sigar.enableLogging(false); //forces a test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user