german translation update
[reactos.git] / reactos / dll / win32 / newdev / newdev.c
index 82f453d..1bd727c 100644 (file)
@@ -745,7 +745,7 @@ DevInstallW(
        TRACE("Installing %S (%S)\n", DevInstData->buffer, InstanceId);
 
        /* Search driver in default location and removable devices */
-       if (!PrepareFoldersToScan(DevInstData, TRUE, FALSE, NULL))
+       if (!PrepareFoldersToScan(DevInstData, FALSE, FALSE, NULL))
        {
                TRACE("PrepareFoldersToScan() failed with error 0x%lx\n", GetLastError());
                goto cleanup;