mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed misspellings of '\0' as NULL.
This commit is contained in:
parent
301102da03
commit
332e23ebbe
1 changed files with 2 additions and 2 deletions
|
|
@ -146,8 +146,8 @@ kiconv_xlat16_open(const char *tocode, const char *fromcode, int lcase)
|
|||
xt.data = NULL;
|
||||
xt.size = 0;
|
||||
|
||||
src[2] = NULL;
|
||||
dst[3] = NULL;
|
||||
src[2] = '\0';
|
||||
dst[3] = '\0';
|
||||
|
||||
ret = my_iconv_init();
|
||||
if (ret)
|
||||
|
|
|
|||
Loading…
Reference in a new issue