Mercurial > hg > xemacs-beta
diff src/file-coding.c @ 3420:a9bb932a03b5
[xemacs-hg @ 2006-05-23 19:38:29 by aidan]
Fix Win32 build; cast stderr_out string arguments to const CIbyte *
author | aidan |
---|---|
date | Tue, 23 May 2006 19:38:30 +0000 |
parents | e13aec8357bb |
children | ca9976dc328e |
line wrap: on
line diff
--- a/src/file-coding.c Tue May 23 15:14:35 2006 +0000 +++ b/src/file-coding.c Tue May 23 19:38:30 2006 +0000 @@ -3390,7 +3390,8 @@ eicpy_ext(eistr_hex, hex, Qbinary); eicpy_ext(eistr_ascii, ascii, Qbinary); - stderr_out ("%s %s", eidata(eistr_ascii), eidata(eistr_hex)); + stderr_out ("%s %s", (const CIbyte *)(eidata(eistr_ascii)), + (const CIbyte *)eidata(eistr_hex)); } #endif /* DEBUG_XEMACS */