return NULL -> return CString() for clarity and efficiency
This commit is contained in:
@@ -29,7 +29,7 @@ static CString GetUSBDevicePath (int num)
|
||||
NULL, &guid, num, &DeviceInterface))
|
||||
{
|
||||
SetupDiDestroyDeviceInfoList (DeviceInfo);
|
||||
return "";
|
||||
return CString();
|
||||
}
|
||||
|
||||
unsigned long size;
|
||||
|
||||
Reference in New Issue
Block a user