From 57915068f2893fa246e1865fcf51cc50a5707189 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 21 Apr 2020 22:02:50 +0200 Subject: Use openAsChild internally when opening a directory inside a group using openExisting --- src/cc4group.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cc4group.h') diff --git a/src/cc4group.h b/src/cc4group.h index 51bacbb..4bcec34 100644 --- a/src/cc4group.h +++ b/src/cc4group.h @@ -247,7 +247,7 @@ typedef struct { bool (*create)(CC4Group* const this); // opens a group or a normal folder on the filesystem; path may point to a directory inside a group; path "-" can be used to read the group from stdin - // if path points to a directory inside a group, saving behaves the same as for cc4group.openAsChild + // for the case where path points to a directory inside a group, this is implemented internally using openAsChild, thus the same caveats apply bool (*openExisting)(CC4Group* const this, const char* const path); // opens a group that is stored entirely in memory -- cgit v1.2.3-54-g00ecf