Fixed warning

This commit is contained in:
Gavin Whelan 2014-04-09 14:22:08 -07:00
parent 6ed3ff3bda
commit 1fe7f81e76

View File

@ -17,7 +17,7 @@
u2k(lub);
int lub_l = u2_ckb_lent(lub);
if (lub_l != strlen(lub_y)) {
if (lub_l != strlen((char *)lub_y)) {
free(lub_y);
free(rad_y);
return u2_nul;