]> Kevux Git Server - fll/commit
Update: Use size_t and perform explicit casts in Control program.
authorKevin Day <thekevinday@gmail.com>
Sun, 10 Sep 2023 22:24:20 +0000 (17:24 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 10 Sep 2023 22:24:20 +0000 (17:24 -0500)
commit776954bdb5f1257d4b6265761a6dc725c471b272
treef12c66e92c8b3aeffb525ea81a685c77123de8a2
parent84e6295ef49c04f8c39fb171c34292f3c1906669
Update: Use size_t and perform explicit casts in Control program.

The f_socket_read() function expects a size_t type but is passed f_array_length_t.
By default these should be the same thing.

Change "length" to a size_t and add appropriate casts.

This is not a very important change because the Control program is incomplete.
level_3/control/c/private-control.c