summaryrefslogtreecommitdiff
path: root/tests/test-filesys.c
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-08-22 18:09:42 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-08-22 18:09:42 +0000
commitabe27e1c9865e0ea87a1c7e86c9f282ce5f91459 (patch)
treedc44fb11c8aeecf02de6350806be9f6f87ca23e1 /tests/test-filesys.c
parent613412afabd91ee6d8b9b57ba6c6f12879f21946 (diff)
downloadlibgphoto2-abe27e1c9865e0ea87a1c7e86c9f282ce5f91459.tar.gz
2001-08-22 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* */*: Small parameter changes to make gphoto2 API more consistent. More to follow. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2046 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'tests/test-filesys.c')
-rw-r--r--tests/test-filesys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-filesys.c b/tests/test-filesys.c
index d25050642..bc739e4b7 100644
--- a/tests/test-filesys.c
+++ b/tests/test-filesys.c
@@ -14,7 +14,7 @@ main (int argc, char **argv)
CHECK (gp_init (GP_DEBUG_HIGH));
printf ("*** Creating file system...\n");
- fs = gp_filesystem_new ();
+ CHECK (gp_filesystem_new (&fs));
printf ("*** Adding a file...\n");
CHECK (gp_filesystem_append (fs, "/", "my.file"));