omads/omadsextensions/adapters/bookmark/src/changefinder.cpp
branchRCL_3
changeset 8 ad0f53516d84
parent 0 dab8a81a92de
--- a/omads/omadsextensions/adapters/bookmark/src/changefinder.cpp	Tue Feb 02 00:02:49 2010 +0000
+++ b/omads/omadsextensions/adapters/bookmark/src/changefinder.cpp	Fri Feb 19 22:40:37 2010 +0200
@@ -165,12 +165,10 @@
         {
         LOGGER_WRITE("iOldSnapshot->Reset()");
         iOldSnapshot->Reset();
+        // Write 'null' data to file, 
+        // this removes change history from the file
+        CloseL();
         }
-
-    // Write 'null' data to file, 
-    // this removes change history from the file
-    CloseL();
-    
     LOGGER_LEAVEFN( "CChangeFinder::ResetL" );
     }