20.2.0: Difference between revisions
Line 108: | Line 108: | ||
** During the loop it would originally return 1 when the func call is successful. Now when that's successful, L_4cb20 is now called, with 1 being returned when ret==1. | ** During the loop it would originally return 1 when the func call is successful. Now when that's successful, L_4cb20 is now called, with 1 being returned when ret==1. | ||
** Otherwise, it continues the loop. | ** Otherwise, it continues the loop. | ||
=== [[NIM_services|nim]] === | |||
* The only actual change was updating L_e344c, prev ver @ L_e344c. Any other changes are minor. | |||
** This is eventually called from funcs using network requests. | |||
** This moved a code block near the end of this func which calls a cleanup func when needed etc, to after the following the func call. The state flag which is checked with this code block is also no longer cleared after calling that cleanup func. The cleanup func just clears state and does a memfree if needed. | |||
=== [[GRC_services|grc]] === | === [[GRC_services|grc]] === |