aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_events.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-05 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-04-05 20:20:20 +0200
commitb356c5ea57b76143fa2b61423e85ea188bf05192 (patch)
treef832cf9c299be7078fea778e1ca5180078a9885d /src/i_events.go
parenti cant find a way (diff)
downloadhardflip-b356c5ea57b76143fa2b61423e85ea188bf05192.tar.gz
hardflip-b356c5ea57b76143fa2b61423e85ea188bf05192.tar.bz2
hardflip-b356c5ea57b76143fa2b61423e85ea188bf05192.tar.xz
hardflip-b356c5ea57b76143fa2b61423e85ea188bf05192.tar.zst
hardflip-b356c5ea57b76143fa2b61423e85ea188bf05192.zip
ok
Diffstat (limited to 'src/i_events.go')
-rw-r--r--src/i_events.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i_events.go b/src/i_events.go
index cc7c4be..de0a99a 100644
--- a/src/i_events.go
+++ b/src/i_events.go
@@ -600,6 +600,10 @@ func i_events(data *HardData) {
case 11:
data.ui.insert_sel_ok = false
i_insert_check_ok(data, data.insert)
+ if data.insert_err != nil {
+ break
+ }
+ i_insert_host(data, data.insert)
}
}
} else {