aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_hardflip.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_hardflip.go')
-rw-r--r--src/c_hardflip.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c_hardflip.go b/src/c_hardflip.go
index 5b4761f..7b88913 100644
--- a/src/c_hardflip.go
+++ b/src/c_hardflip.go
@@ -43,7 +43,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/c_hardflip.go
- * Wed Feb 21 19:38:57 2024
+ * Wed Mar 27 13:48:53 2024
* Joe
*
* the main
@@ -60,6 +60,7 @@ type HardData struct {
folds map[*DirsNode]*ItemsList
data_dir string
load_err []error
+ insert_err []error
keys [][2]string
insert *HostNode
}