mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix search of driver on removable media
svn path=/trunk/; revision=22074
This commit is contained in:
@@ -309,7 +309,6 @@ SearchDriver(
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
static BOOL
|
||||
IsDots(IN LPCTSTR str)
|
||||
{
|
||||
@@ -373,7 +372,10 @@ SearchDriverRecursive(
|
||||
_tcscpy(FullPath, DirPath);
|
||||
_tcscat(FullPath, FileName);
|
||||
if (SearchDriverRecursive(DevInstData, FullPath))
|
||||
{
|
||||
retval = TRUE;
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user