Fix compiler warning.

(Logical change 1.265)
edge.strict_endians
cantab.net!aia21 2004-01-19 09:09:56 +00:00
parent fd1bb1db7f
commit 4ef67c7247
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ err_out:
int ntfs_mbstoucs(const char *ins, uchar_t **outs, int outs_len)
{
uchar_t *ucs;
char *s;
const char *s;
wchar_t wc;
int i, o, cnt, ins_len, ucs_len;
#ifdef HAVE_MBSINIT