summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
Diffstat (limited to 'findNext.go')
-rw-r--r--findNext.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/findNext.go b/findNext.go
index 84730eb..dbacc00 100644
--- a/findNext.go
+++ b/findNext.go
@@ -10,6 +10,7 @@ import (
var findCounter int
var findFix bool = false
+var findOk bool = true
// trys to figure out if there is still something to update
// todo: redo this logic as it is terrible