Skip to content

Commit 415563b

Browse files
committed
Code review
1 parent 3ca3a7d commit 415563b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Texassemble/texassemble.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
867867

868868
if (allowOpts && (('-' == pArg[0]) || ('/' == pArg[0])))
869869
{
870-
uint64_t dwOption = 0;
870+
uint32_t dwOption = 0;
871871
PWSTR pValue = nullptr;
872872

873873
if (('-' == pArg[0]) && ('-' == pArg[1]))

Texdiag/texdiag.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3104,7 +3104,7 @@ int __cdecl wmain(_In_ int argc, _In_z_count_(argc) wchar_t* argv[])
31043104

31053105
if (allowOpts && (('-' == pArg[0]) || ('/' == pArg[0])))
31063106
{
3107-
uint64_t dwOption = 0;
3107+
uint32_t dwOption = 0;
31083108
PWSTR pValue = nullptr;
31093109

31103110
if (('-' == pArg[0]) && ('-' == pArg[1]))

0 commit comments

Comments
 (0)