summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-11 01:19:07 -0600
committerJeff Carr <[email protected]>2024-12-11 01:19:07 -0600
commit2d981da765c0de80070fc776b2054034b9e2a8e4 (patch)
treed9871dca8e9cec4798ce7a5e220636741cacff7b /findNext.go
parent20b3fa352078071aa5ef3fcaa58f120bbe331fa1 (diff)
better checking
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