diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2020-04-21 22:02:50 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2020-04-21 22:02:50 +0200 |
| commit | 57915068f2893fa246e1865fcf51cc50a5707189 (patch) | |
| tree | f5b6cca6da819f3e4dd64308276005cc1c5a7505 /src/cc4group.h | |
| parent | ad6987ca35b204bfdd54a64f715abe1f6a8b4409 (diff) | |
| download | cc4group-57915068f2893fa246e1865fcf51cc50a5707189.tar.gz cc4group-57915068f2893fa246e1865fcf51cc50a5707189.zip | |
Use openAsChild internally when opening a directory inside a group using openExisting
Diffstat (limited to 'src/cc4group.h')
| -rw-r--r-- | src/cc4group.h | 2 |
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 |
