]> Kevux Git Server - fll/commit
Bugfix: private_f_memory_structure_resize() is not returning the error status codes.
authorKevin Day <thekevinday@gmail.com>
Thu, 1 Sep 2022 02:38:01 +0000 (21:38 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 1 Sep 2022 02:38:01 +0000 (21:38 -0500)
commitb9e0fc8a5d7bdd6ab6659c38332d22baa11d88ae
tree5aac993f8adac68b59e9553ddb580d408c2aaaa1
parent7d22eebf91b2b1da08d09bcbf9ae98632b5e3502
Bugfix: private_f_memory_structure_resize() is not returning the error status codes.

The private_f_memory_structure_adjust() function is returning error status code returned by private_f_memory_adjust().

The private_f_memory_structure_resize() is now changed to do the same thing as private_f_memory_structure_adjust() but with tbe status code returned by private_f_memory_resize().
level_0/f_memory/c/private-memory.c