changeset 148:0fadb04728ba

fix
author jodogne
date Thu, 11 Oct 2012 22:02:38 +0200
parents 7e8b68dd6ace
children b15ac5bd19f3
files Core/FileStorage.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Core/FileStorage.cpp	Thu Oct 11 18:02:23 2012 +0200
+++ b/Core/FileStorage.cpp	Thu Oct 11 22:02:38 2012 +0200
@@ -283,7 +283,7 @@
     {
       fs::remove(p);
     }
-    catch (fs::filesystem_error)
+    catch (...)
     {
       // Ignore the error
     }
@@ -302,7 +302,7 @@
       fs::remove(p.parent_path().parent_path());
 #endif
     }
-    catch (fs::filesystem_error)
+    catch (...)
     {
       // Ignore the error
     }