diff options
Diffstat (limited to 'pluginCheck.go')
| -rw-r--r-- | pluginCheck.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pluginCheck.go b/pluginCheck.go index 8d60419..9779e8a 100644 --- a/pluginCheck.go +++ b/pluginCheck.go @@ -62,7 +62,7 @@ func checkPluginCompatibility(pluginPath string) error { func CheckPlugin() string { /* - if argGui.GuiPluginHack != "" { + if ArgvGui.GuiPluginHack != "" { // does os.Exec() and does not return TestPluginAndExit() } @@ -125,7 +125,7 @@ func checkPluginViaSubprocess(path string) error { // retuns true if func IsGoPluginTestHack() bool { /* - if argGui.GuiPluginHack == "" { + if ArgvGui.GuiPluginHack == "" { return false } */ |
