aboutsummaryrefslogtreecommitdiffstats
path: root/c_init.go
diff options
context:
space:
mode:
Diffstat (limited to 'c_init.go')
-rw-r--r--c_init.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/c_init.go b/c_init.go
index 53b060b..dc72d62 100644
--- a/c_init.go
+++ b/c_init.go
@@ -39,7 +39,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* josh: src/c_init.go
- * Fri, 15 Dec 2023 11:43:39 +0100
+ * Fri, 15 Dec 2023 17:27:13 +0100
* Joe
*
* init functions
@@ -97,7 +97,8 @@ func c_recurse_data_dir(dir string, root string, lhost *HostList) {
if len(host.Name) == 0 {
return
}
- host.Path = dir + file.Name()
+ host.Filename = file.Name()
+ host.Folder = dir
lhost.add_back(host)
}
}