aboutsummaryrefslogtreecommitdiffstats
path: root/c_init.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-26 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-26 20:20:20 +0100
commitfb99f457cc3321ee93748c274e18954c0644732a (patch)
treec5fbbb5e728ceb63c1883cf6cd30064861816f3f /c_init.go
parentthats all folks (diff)
downloadhardflip-fb99f457cc3321ee93748c274e18954c0644732a.tar.gz
hardflip-fb99f457cc3321ee93748c274e18954c0644732a.tar.bz2
hardflip-fb99f457cc3321ee93748c274e18954c0644732a.tar.xz
hardflip-fb99f457cc3321ee93748c274e18954c0644732a.tar.zst
hardflip-fb99f457cc3321ee93748c274e18954c0644732a.zip
good id
Diffstat (limited to '')
-rw-r--r--c_init.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/c_init.go b/c_init.go
index 6a6b29f..927f0af 100644
--- a/c_init.go
+++ b/c_init.go
@@ -39,7 +39,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/c_init.go
- * Tue Dec 26 12:14:34 2023
+ * Tue Dec 26 16:19:46 2023
* Joe
*
* init functions
@@ -66,7 +66,6 @@ func c_recurse_data_dir(dir, root string, ldirs *DirsList,
c_die("could not read data directory", err)
}
dir_node := DirsNode{
- // TODO - ID wrong - how do i static in go
*id,
name,
parent,