PeterBLITZ / m2tklib

Automatically exported from code.google.com/p/m2tklib
0 stars 0 forks source link

Only put M2_KEY_REFRESH into queue, if the element is not empty/null #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

do not add M2_KEY_REFRESH into the queue if element is 
- NULL or
- the null element

void m2_InitM2(m2_p m2, m2_rom_void_p element, m2_es_fnptr es, m2_eh_fnptr eh, 
m2_gfx_fnptr gh)
--> m2obj.c

Original issue reported on code.google.com by olikr...@gmail.com on 9 Feb 2013 at 11:56

GoogleCodeExporter commented 8 years ago
fixed & tested

Original comment by olikr...@gmail.com on 9 Feb 2013 at 12:34