Re: [AD] Documentation update |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> Either allow the user to add their own limitation to textprintf, or add
> this to the documentation.
textprintf_ex has indeed a hardcoded limitation on the total length of the
string. The workaround is to use uzsprintf + textout_ex, which don't have
any.
The patch is mostly ok, but I would avoid to "hardcode" in the docs the
hardcoded value of the code because of the risk of a future discrepancy.
--
Eric Botcazou