Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

LCC-Win32 stringlib minor bug

1 view
Skip to first unread message

Jason Hood

unread,
Jun 27, 2009, 8:21:54 PM6/27/09
to
Being curious as to how lcc-win32's stringlib handles memory, I noticed
this in the calculate_new_capacity function:

if (capacity % 2 > requested_size){

I expect that "%" should really be "/".

Jason.

jacob navia

unread,
Jun 28, 2009, 1:10:10 PM6/28/09
to
fixed in the latest version

Thanks for your help

0 new messages