Skip to content

Commit ead6c0d

Browse files
author
jan.nijtmans
committed
Unbreak windows build caused by [066a9b81b8|this] commit
1 parent b3d12a5 commit ead6c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic/tclExecute.c

+1-1
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)