mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Device: Remove const from bool return type
This commit is contained in:
+1
-1
@@ -2116,7 +2116,7 @@ bool Device::readVSA(const VSAExtractionSettings& extractionSettings) {
|
|||||||
if(isOnline()) {
|
if(isOnline()) {
|
||||||
goOffline();
|
goOffline();
|
||||||
}
|
}
|
||||||
auto innerReadVSA = [&](uint64_t diskSize) -> const bool {
|
auto innerReadVSA = [&](uint64_t diskSize) -> bool {
|
||||||
// Adjust driver to offset to start of VSA file
|
// Adjust driver to offset to start of VSA file
|
||||||
const auto& offset = getVSAOffsetInLogicalDisk();
|
const auto& offset = getVSAOffsetInLogicalDisk();
|
||||||
if(!offset) {
|
if(!offset) {
|
||||||
|
|||||||
Reference in New Issue
Block a user