diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2019-04-21 20:09:56 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2019-04-21 20:13:18 +0200 |
| commit | 41eabf6ac74a7c0e81912742764ebea3d0e1fe07 (patch) | |
| tree | d68a7cba942e3eeecde633f2d2b2cc31ffca661c /examples/c4info.c | |
| parent | 69c6e8b4d300f99a31dcb4491557ffa2452bc243 (diff) | |
| download | cc4group-41eabf6ac74a7c0e81912742764ebea3d0e1fe07.tar.gz cc4group-41eabf6ac74a7c0e81912742764ebea3d0e1fe07.zip | |
He made cc4group lazy and he saw that it was good
Diffstat (limited to 'examples/c4info.c')
| -rw-r--r-- | examples/c4info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c4info.c b/examples/c4info.c index ef4ace0..09d0257 100644 --- a/examples/c4info.c +++ b/examples/c4info.c @@ -31,7 +31,7 @@ int main(int argc, char* argv[]) CC4Group_EntryInfo info; // yes, this should be error checked, but this is only an example. and actually, if the root entry info can not be retrieved, there must be some serious problem somewhere else // anyway, the worst thing that can happen would be printing some random uninitialized data to stdout. what a nice surprise! - cc4group.getEntryInfo(group, "", &info); + cc4group.getEntryInfo(group, "", &info, false); puts(argv[1]); printf("Created: %s\n", formatTime(info.modified)); |
