summaryrefslogtreecommitdiffstats
path: root/src/cc4group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cc4group.h')
-rw-r--r--src/cc4group.h2
1 files changed, 1 insertions, 1 deletions
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