From 4ef67c72477b5bf4e26f78aa04b867f79455d336 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 19 Jan 2004 09:09:56 +0000 Subject: [PATCH] Fix compiler warning. (Logical change 1.265) --- libntfs/unistr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs/unistr.c b/libntfs/unistr.c index 16b6a427..0b9e12c3 100644 --- a/libntfs/unistr.c +++ b/libntfs/unistr.c @@ -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