Mercurial > hg > xemacs-beta
diff src/mule-ccl.c @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | 8eaf7971accc |
children | 78f53ef88e17 |
line wrap: on
line diff
--- a/src/mule-ccl.c Mon Aug 13 09:54:24 2007 +0200 +++ b/src/mule-ccl.c Mon Aug 13 09:55:28 2007 +0200 @@ -544,7 +544,7 @@ set_ccl_program_from_lisp_values (&ccl, ccl_program, status); CHECK_STRING (str); - outbuf = Dynarr_new (unsigned char); + outbuf = Dynarr_new (unsigned_char); len = ccl_driver (&ccl, XSTRING_DATA (str), outbuf, XSTRING_LENGTH (str), 0); ccl_driver (&ccl, (unsigned char *) "", outbuf, 0, 1); set_lisp_status_from_ccl_program (status, &ccl);