aros-development-team/AROS

Fix InternalFormatString so the following isnt needed...

todo opened this issue · 0 comments

todo commented

// TODO: Fix InternalFormatString so the following isnt needed...
if ((indexSize == 0) && (retval != dataStream))
{
bug("[locale] %s: fixup retval for fmt with 0 args (0x%p -> 0x%p)\n", __func__, retval, dataStream);
bug("[locale] %s: InternalFormatString returned wrong value - DEBUG!\n", __func__);
}


This issue was generated by todo based on a TODO comment in 24e77f1 when #502 was merged. cc @Kalamatee.