]> Kevux Git Server - fll/commit
Update: remove used vs size parameter checking
authorKevin Day <kevin@kevux.org>
Wed, 6 Jun 2012 23:11:55 +0000 (18:11 -0500)
committerKevin Day <kevin@kevux.org>
Wed, 6 Jun 2012 23:11:55 +0000 (18:11 -0500)
commit53971f2c391136e7c70b035260cbcfbac1a5dab2
treea327d15e31bd73b1677124ca541d412db61bf6fb
parent9a2d99905d77e1d94bc374a6cea4c4b86bb64889
Update: remove used vs size parameter checking

Remove this so that non-dynamic strings can be placed in a dynamic string data type.
In such cases, the dynamic string has a used but not a size.
This means allocations should not be performed on the string.
level_1/fl_strings/c/strings.c