Explorar o código

Changed mkdir to mkpath in AStandardPaths::scan_paths

George %!s(int64=4) %!d(string=hai) anos
pai
achega
682a7441c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/astandardpaths.cpp

+ 1 - 1
src/astandardpaths.cpp

@@ -22,7 +22,7 @@ void AStandardPaths::scan_paths()
         DEB "Scanning " << dir.path();
         if(!dir.exists()) {
             DEB"Creating " << dir.path();
-            dir.mkdir(path);
+            dir.mkpath(path);
         }
     }
 }