We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcc9f1 commit a8d1490Copy full SHA for a8d1490
src/lib/udmp-parser.h
@@ -528,7 +528,7 @@ class FileMap_t {
528
DbgPrintf("CreateFile failed with GLE=%lu.\n", GLE);
529
530
if (GLE == ERROR_FILE_NOT_FOUND) {
531
- DbgPrintf(" The file %s was not found.\n", PathFile);
+ DbgPrintf("The file %s was not found.\n", PathFile);
532
}
533
534
Success = false;
src/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "udmp-parser"
7
-version = "0.4.2"
+version = "0.4.3"
8
description = "A Cross-Platform C++ parser library for Windows user minidumps."
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments