j
k
j a
j l
Jacek Caban (@jacek) commented about dlls/ieframe/dochost.c:
if(This->travellog.loading_pos == -1) { This->travellog.position++; ASSERT(This->travellog.position < This->travellog.size);
if(This->travellog.loading_pos == -1) { This->travellog.position++;
ASSERT(This->travellog.position < This->travellog.size);
Please use `assert` from `assert.h` instead.
Back to the thread
Back to the list