]> git.ipfire.org Git - thirdparty/make.git/commit
* src/misc.c (make_toui): Parse a string into an unsigned int
authorPaul Smith <psmith@gnu.org>
Sat, 4 Jun 2022 21:44:21 +0000 (17:44 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 4 Jun 2022 22:34:15 +0000 (18:34 -0400)
commite4b7ac21dc1663de1d901cda0b395d819b5c08ab
tree912aba0001bb5740b5665b51c0f09380f3e53222
parentd444b87173069dac357fd3a3b88f9ca057481f22
* src/misc.c (make_toui): Parse a string into an unsigned int

* src/makeint.h: Declare it.
* src/arscan.c (ar_scan): Replace atoi() calls with make_toui().
Modify some integral types to be more correct.
* src/job.c (load_too_high): Replace atoi() calls with make_toui().
* src/main.c (main): Ditto.
(decode_switches): Ditto.
src/arscan.c
src/job.c
src/main.c
src/makeint.h
src/misc.c