summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-10-11 22:01:25 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-10-11 22:01:25 +0000
commitf6ced7cf4e59b33fc51a18218ae180482382a18d (patch)
treebd2c9ded90c6394eb08522840000152e16e02156 /camlibs/sonydscf1
parent92ab2b88958b5a21849dd5e3484ec9de9eb64659 (diff)
downloadlibgphoto2-f6ced7cf4e59b33fc51a18218ae180482382a18d.tar.gz
2001-10-11 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* camlibs/canon/psa50.c * camlibs/dimera/dimera3500.c: * camlibs/kodak/dc120/library.c: * camlibs/kodak/dc240/library.c: * camlibs/kodak/dc3200/library.c: * camlibs/panasonic/dc1000.c: * camlibs/panasonic/dc1580.c: * camlibs/panasonic/l859/l859.c: * camlibs/sierra/library.c: * frontends/command-line/interface.c: Unify percentage handling and define 0.0 <= percentage <= 1.0. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2487 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf1')
-rw-r--r--camlibs/sonydscf1/chotplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/sonydscf1/chotplay.c b/camlibs/sonydscf1/chotplay.c
index d310ca302..a3e8891b4 100644
--- a/camlibs/sonydscf1/chotplay.c
+++ b/camlibs/sonydscf1/chotplay.c
@@ -296,7 +296,7 @@ long get_file(char *name, char **data, int format, int verbose)
if(len < 0)
return(0);
total = total + len;
-// gp_camera_progress(camera, ((float)total / (float)filelen)*100);
+// gp_camera_progress(camera, ((float)total / (float)filelen));
if(verbose){
fprintf(stderr, "%6u/", total);
fprintf(stderr, "%6u", filelen);