Browse code

fix typo (thanks Nigel)

git-svn: trunk@3527

Török Edvin authored on 2008/01/23 02:53:02
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Jan 22 19:28:43 EET 2008 (edwin)
2
+------------------------------------
3
+  * libclamav/entconv.c: fix typo (thanks Nigel)
4
+
1 5
 Tue Jan 22 18:24:12 CET 2008 (tk)
2 6
 ---------------------------------
3 7
   * shared/misc.c: add error reporting to daemonize() (bb#729)
... ...
@@ -272,7 +272,7 @@ static int iconv(iconv_t iconv_struct,char **inbuf, size_t *inbytesleft,
272 272
 				}
273 273
 				break;
274 274
 			}
275
-		case E_UCS4_2134: 
275
+		case E_UCS4_2143: 
276 276
 			{
277 277
 				const uint16_t *in = (const uint16_t*)input;
278 278
 				uint16_t* out = (uint16_t*)output;