diff OrthancServer/ServerIndex.cpp @ 147:7e8b68dd6ace

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Oct 2012 18:02:23 +0200
parents e7e19f042eb5
children 5739b4d10a4b
line wrap: on
line diff
--- a/OrthancServer/ServerIndex.cpp	Thu Oct 11 17:50:50 2012 +0200
+++ b/OrthancServer/ServerIndex.cpp	Thu Oct 11 18:02:23 2012 +0200
@@ -607,8 +607,8 @@
 
     if (status != StoreStatus_Success)
     {
-      storage.UncheckedRemove(fileUuid);
-      storage.UncheckedRemove(jsonUuid);
+      storage.Remove(fileUuid);
+      storage.Remove(jsonUuid);
     }
 
     switch (status)