mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix printed error in DOS volume processing.
This commit is contained in:
@@ -76,7 +76,7 @@ void GetVolumeInfo(const char* path, size_t* clusterSize)
|
||||
}
|
||||
else
|
||||
{
|
||||
log_write("Error %d requesting volume information.\n", _doserrno);
|
||||
log_write("Error %d requesting volume information.\n", rc);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user