mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
Fixed warning
This commit is contained in:
parent
6ed3ff3bda
commit
1fe7f81e76
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user