Use strtoul() not strtol() when assigning to an unsigned long.
authormillert <millert@openbsd.org>
Mon, 28 Apr 1997 20:23:19 +0000 (20:23 +0000)
committermillert <millert@openbsd.org>
Mon, 28 Apr 1997 20:23:19 +0000 (20:23 +0000)
commite8b19f44b6d8d56281f7ecf2a1bea25345772279
treedfbcb49aca467633ab70651c6e92323aa14b4f6e
parent119e332f80ea459563ea881f18a29c00381c1ccc
Use strtoul() not strtol() when assigning to an unsigned long.
usr.bin/sed/compile.c