insane-adding-machines / frosted

Frosted: Free POSIX OS for tiny embedded devices
GNU General Public License v2.0
215 stars 39 forks source link

Actually use "new_size" variable already created for the purpose #80

Closed sferrini closed 7 years ago

sferrini commented 7 years ago

I've noticed that in the f_realloc function there is an already defined new_size variable that was not used. Should we use it (and so accept this PR) or should we remove the variable completely?

maximevince commented 7 years ago

I guess it makes it a bit more readable. :)