]> Creatis software - creaMaracasVisu.git/commitdiff
#3493 ShowNPoints_UndoRedo
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Mon, 17 Oct 2022 10:52:07 +0000 (12:52 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Mon, 17 Oct 2022 10:52:07 +0000 (12:52 +0200)
lib/maracasVisuLib/src/interface/wxWindows/widgets/WidgetShowNPoints.cxx

index 8cbb9c53d68e1504e3ccc9388f2d73d5382cc849..580f07d7f4a5f53b4663341f6acd30d02f3d1c07 100644 (file)
@@ -48,7 +48,7 @@
        
        printf("WidgetShowNPoints::WidgetShowNPoints  UndoRedoDir = %s   %p \n", UndoRedoDir.c_str() , this );
        // Erasing files of more than 1 day old  ( +1 ) 
-       str::string cmd= "find "+UndoRedoDir+" -name \"UndoRedo_collection_*.undoredo\" -type f -mtime +1 -delete";
+       std::string cmd= "find "+UndoRedoDir+" -name \"UndoRedo_collection_*.undoredo\" -type f -mtime +1 -delete";
        system( cmd.c_str() );
 
 #else