CVSROOT:        /cvs
Module name:    src
Changes by:     mill...@cvs.openbsd.org 2023/09/18 17:33:21

Modified files:
        usr.bin/awk    : b.c 

Log message:
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 *.

Reply via email to