Use asserts in array
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
if (!src || !dst) {{
|
||||
return;
|
||||
}}
|
||||
assert(src != NULL && dst != NULL);
|
||||
|
||||
wapp_{Tlower}_array_clear(dst);
|
||||
|
||||
|
Reference in New Issue
Block a user