diff options
-rw-r--r-- | src/Core/Unix/CoreUnix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Core/Unix/CoreUnix.cpp b/src/Core/Unix/CoreUnix.cpp index 499ea439..a6485208 100644 --- a/src/Core/Unix/CoreUnix.cpp +++ b/src/Core/Unix/CoreUnix.cpp | |||
@@ -477,7 +477,7 @@ namespace VeraCrypt | |||
477 | const uint32 devSectorSize = volume->GetFile()->GetDeviceSectorSize(); | 477 | const uint32 devSectorSize = volume->GetFile()->GetDeviceSectorSize(); |
478 | const size_t volSectorSize = volume->GetSectorSize(); | 478 | const size_t volSectorSize = volume->GetSectorSize(); |
479 | if (devSectorSize != volSectorSize) | 479 | if (devSectorSize != volSectorSize) |
480 | throw DeviceSectorSizeMismatch (SRC_POS, StringConverter::ToWide(devSectorSize) + L" != " + StringConverter::ToWide(volSectorSize)); | 480 | throw DeviceSectorSizeMismatch (SRC_POS, StringConverter::ToWide(devSectorSize) + L" != " + StringConverter::ToWide((uint32) volSectorSize)); |
481 | } | 481 | } |
482 | 482 | ||
483 | // Find a free mount point for FUSE service | 483 | // Find a free mount point for FUSE service |