commit | aba37dffd7235c5f7d283ca2174c84b7b1332c5e | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Thu Nov 11 20:42:04 2004 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Thu Nov 11 20:42:04 2004 +0000 |
tree | a98493f94af17671a988ea80b3c405878c7c23c7 | |
parent | c3d7cb4e582da89a442d6da32b13950af4cf7067 [diff] [blame] |
forgot a $(srcdir) stupid error wrong name #157976 Daniel * Makefile.am: forgot a $(srcdir) * encoding.c: stupid error wrong name #157976 Daniel
diff --git a/encoding.c b/encoding.c index 6483322..da063e2 100644 --- a/encoding.c +++ b/encoding.c
@@ -2335,7 +2335,7 @@ unsigned int c; if ((out == NULL) || (outlen == NULL) || (inlen == NULL) || - (in == NULL) || (xlattable == NULL)) + (in == NULL) || (unicodetable == NULL)) return(-1); outend = out + *outlen; inend = in + *inlen;