summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-09-22 07:55:00 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-09-22 07:55:00 +0000
commit75f1a1c9f943453747ecdd131b4aab26ab98abd7 (patch)
treef8a062697caebf87b3cca7e0474a613cf3d92b55 /camlibs/sonydscf1
parentdf0f5f1db21ef691a94369b56a21fcfa6ee1378a (diff)
downloadlibgphoto2-75f1a1c9f943453747ecdd131b4aab26ab98abd7.tar.gz
2001-09-22 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
Patch from Carsten Pfeiffer <carpdjih@sp.zrz.tu-berlin.de> * camlibs/sonydscf1.sonydscf1.c: * include/gphoto2-core.h: * include/gphoto2-file.h: * include/gphoto2-filesys.h: * libgphoto2/core.c: * libgphoto2/file.c: * libgphoto2/filesys.c: char *whatever -> const char *whatever. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2295 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf1')
-rw-r--r--camlibs/sonydscf1/sonydscf1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/sonydscf1/sonydscf1.c b/camlibs/sonydscf1/sonydscf1.c
index a98a4c3e1..9058632d0 100644
--- a/camlibs/sonydscf1/sonydscf1.c
+++ b/camlibs/sonydscf1/sonydscf1.c
@@ -95,7 +95,7 @@ int camera_file_get (Camera *camera, const char *folder, const char *filename,
{
int num;
long int size;
- const char *data = NULL;
+ char *data = NULL;
SonyStruct *b = (SonyStruct*)camera->camlib_data;
printf("folder: %s, file: %s\n", folder, filename);
/*gp_frontend_progress(camera, NULL, 0.00);*/