Fix a bad cast to char * that causes incorrect results on big endian.
authormillert <millert@openbsd.org>
Mon, 18 Sep 2023 23:33:21 +0000 (23:33 +0000)
committermillert <millert@openbsd.org>
Mon, 18 Sep 2023 23:33:21 +0000 (23:33 +0000)
commit0a9776fe9fc4abb18a31b7698f58a7b0fd14a51a
treec01527ef7740cfcfa81d42ebf4537247f8839260
parent2d583a8ad8ed8375522e8310270047356994ef3f
Fix a bad cast to char * that causes incorrect results on big endian.

Now that awk stores chars as int we need to cast the Node * to int *.
usr.bin/awk/b.c