From 3a66d9568579d40042df372c993f1a97a2236d96 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Wed, 17 Apr 2019 12:11:43 +0200 Subject: Small addition to save description --- 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 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 -- cgit v1.2.3-54-g00ecf