aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsv16.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rfsv16.cc')
-rw-r--r--lib/rfsv16.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfsv16.cc b/lib/rfsv16.cc
index 9cc34da..97dcdbc 100644
--- a/lib/rfsv16.cc
+++ b/lib/rfsv16.cc
@@ -627,7 +627,7 @@ copyFromPsion(const char *from, const char *to, cpCallback_t cb)
long handle;
Enum<rfsv::errs> res;
long len;
- long total;
+ long total = 0;
if ((res = fopen(P_FSHARE | P_FSTREAM, from, handle)) != E_PSI_GEN_NONE)
return res;