Skip to content

Commit 992992e

Browse files
author
jan.nijtmans
committed
Unbreak windows build caused by [066a9b81b8|this] commit
1 parent 2184d73 commit 992992e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/tclExecute.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6020,7 +6020,7 @@ TEBCresume(
60206020
if (((size_t) shift < CHAR_BIT*sizeof(long))
60216021
&& !((w1>0 ? w1 : ~w1) &
60226022
-(1UL<<(CHAR_BIT*sizeof(long) - 1 - shift)))) {
6023-
wResult = (unsigned long)w1 << shift;
6023+
wResult = (Tcl_WideUInt)w1 << shift;
60246024
goto wideResultOfArithmetic;
60256025
}
60266026
}

0 commit comments

Comments
 (0)