mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +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()) {
|
||||
goOffline();
|
||||
}
|
||||
auto innerReadVSA = [&](uint64_t diskSize) -> const bool {
|
||||
auto innerReadVSA = [&](uint64_t diskSize) -> bool {
|
||||
// Adjust driver to offset to start of VSA file
|
||||
const auto& offset = getVSAOffsetInLogicalDisk();
|
||||
if(!offset) {
|
||||
|
||||
Reference in New Issue
Block a user