javacommons/security/src.s60/fileutils.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
--- a/javacommons/security/src.s60/fileutils.cpp	Wed Sep 15 12:05:25 2010 +0300
+++ b/javacommons/security/src.s60/fileutils.cpp	Wed Oct 13 14:23:59 2010 +0300
@@ -65,7 +65,7 @@
         if (err == KErrNone)
         {
             // figure out the size of the file
-            TInt size = 0;
+            TInt size;
             if (drmContent)
             {
                 TRAP(err, cafData->DataSizeL(size));