summaryrefslogtreecommitdiffstats
path: root/examples/c4copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c4copy.c')
-rw-r--r--examples/c4copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c4copy.c b/examples/c4copy.c
index 30cf95c..619b658 100644
--- a/examples/c4copy.c
+++ b/examples/c4copy.c
@@ -33,7 +33,7 @@ int main(int argc, char* argv[])
}
- success = cc4group.save(group, argv[2]);
+ success = cc4group.saveAs(group, argv[2]);
if(!success)
{