summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-05-11 08:29:36 -0400
committerLioncash <mathew1800@gmail.com>2018-05-11 08:29:37 -0400
commitc26de8107dcd4843e154c97284a204f9dc519bc9 (patch)
tree9904b40a1f68827fef495500ce086e2d56460e6e /Source/Core/Common/FileUtil.cpp
parent5fc18aa63944b247a0daa0cd87b1553a6e3da5a7 (diff)
SDCardUtil: Convert return type of write_* functions to bool
Converts them from 0 == success, 1 == failure to using the built-in standard bool. Also while we're at it, const qualify write_sector's "sector" parameter, since nothing in the function modifies the data being pointed to.
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
0 files changed, 0 insertions, 0 deletions