Fix printed error in DOS volume processing.

This commit is contained in:
2021-04-11 00:30:13 +01:00
parent 23c810fd19
commit 948526c568

View File

@@ -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;
}
}