Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > a62fc3f0285cc2de0a054bc489e77163 > files > 4

migration-assistant-0.5.1-3mdv2008.0.src.rpm

--- migration-assistant/windows-import.c.initmkdir	2007-08-10 16:07:36.000000000 +0200
+++ migration-assistant/windows-import.c	2007-08-10 16:23:36.000000000 +0200
@@ -167,7 +167,6 @@ void windowsxp_import_mydocuments (void)
 	} else {
 	    asprintf(&f, "%s/%s", from, rep->d_name);
 	    //mkdir(to, 0755);
-	    mkdir(t, 0755); // Test to see if this is needed.
 	    asprintf(&t, "%s/%s", to, rep->d_name);
 	    if(rep->d_type == DT_REG) {
             extension = rep->d_name;