summaryrefslogtreecommitdiff
path: root/ZAPD/WarningHandler.cpp
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2021-11-30 20:09:32 -0500
committerGitHub <noreply@github.com>2021-11-30 20:09:32 -0500
commita3363333d809e8089a55efc3ea32eaea9ddb8d8c (patch)
tree5cf25cc7a7fb5eebd2a1671f0e54a8e3335ebbce /ZAPD/WarningHandler.cpp
parente3b53d3b8f88a0d139e72602c52666057e7066c0 (diff)
ZResource::GetSourceOutputCode no longer returns a string (#209)
* Updated nuget to use newer version of libpng. Also updated uses of std::filesystem::path to be compliant with MSVC implementation. * Updated nuget to use newer version of libpng. Also updated uses of std::filesystem::path to be compliant with MSVC implementation. * GetSourceOutputCode no longer uses strings, and some overrides were removed. * Removed redundant GetSourceOutputHeader * Fixed MSVC issue * Changed libpng nuget package due to compilation issues. Other minor tweaks. Co-authored-by: Jack Walker <7463599+Jack-Walker@users.noreply.github.com>
Diffstat (limited to 'ZAPD/WarningHandler.cpp')
-rw-r--r--ZAPD/WarningHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/WarningHandler.cpp b/ZAPD/WarningHandler.cpp
index f672600..29f8352 100644
--- a/ZAPD/WarningHandler.cpp
+++ b/ZAPD/WarningHandler.cpp
@@ -364,7 +364,7 @@ void WarningHandler::Warning_Resource(const char* filename, int32_t line, const
void WarningHandler::PrintHelp() {
std::set<std::string> sortedKeys;
WarningInfoInit warningInfo;
- uint columnWidth = 25;
+ uint32_t columnWidth = 25;
std::string dt;
// Sort keys through the magic of `set`, to print in alphabetical order