diff options
author | 2016-10-22 19:07:11 +0200 | |
---|---|---|
committer | 2016-10-22 19:07:11 +0200 | |
commit | a3d745441217c491c0420be9dba0cf83aefea0c0 (patch) | |
tree | 9de19a8f0eb574d3ced5115c210572dfd0aceb62 /src/osd/modules/file/posixfile.cpp | |
parent | 88b5a5c09fccc9c74b065523dbf2175d263a8db2 (diff) |
final cleanup of TRUE/FALSE, left only in windows section where it represent BOOL (nw)
Diffstat (limited to 'src/osd/modules/file/posixfile.cpp')
-rw-r--r-- | src/osd/modules/file/posixfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/file/posixfile.cpp b/src/osd/modules/file/posixfile.cpp index 370c98afe03..5b90e43a57c 100644 --- a/src/osd/modules/file/posixfile.cpp +++ b/src/osd/modules/file/posixfile.cpp @@ -339,7 +339,7 @@ osd_file::error osd_file::remove(std::string const &filename) // osd_get_physical_drive_geometry //============================================================ -int osd_get_physical_drive_geometry(const char *filename, uint32_t *cylinders, uint32_t *heads, uint32_t *sectors, uint32_t *bps) +bool osd_get_physical_drive_geometry(const char *filename, uint32_t *cylinders, uint32_t *heads, uint32_t *sectors, uint32_t *bps) { return false; // no, no way, huh-uh, forget it } |