diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2019-04-17 12:11:43 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2019-04-17 12:11:43 +0200 |
| commit | 3a66d9568579d40042df372c993f1a97a2236d96 (patch) | |
| tree | 34274f43b92dc5501c5da9348c5fed65656753bb | |
| parent | f5aa085db227849849f886d5312bfd2ce42e943c (diff) | |
| download | cc4group-3a66d9568579d40042df372c993f1a97a2236d96.tar.gz cc4group-3a66d9568579d40042df372c993f1a97a2236d96.zip | |
Small addition to save description
| -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 91344d5..e575a7e 100644 --- a/src/cc4group.h +++ b/src/cc4group.h @@ -230,7 +230,7 @@ typedef struct { // saves the current in-memory state of the group as a compressed c4group to disk - // fails if the given path already exists + // fails if the given path already exists; path "-" can be used to write the group to stdout bool (*save)(CC4Group* const this, const char* const path); // same as save, except that an already existing group will be overwritten |
