aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/utils/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/file.cpp')
-rw-r--r--src/utils/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/file.cpp b/src/utils/file.cpp
index 6157699..c0bb4bd 100644
--- a/src/utils/file.cpp
+++ b/src/utils/file.cpp
@@ -40,7 +40,7 @@ namespace pdb
std::size_t result = 0;
if (!msl::utilities::SafeCast(size.QuadPart, result))
- throw std::runtime_error{"unsupported file size"};
+ throw std::runtime_error{"invalid file size"};
return result;
}