changeset 59173:2eadf4401d2d

(decode_coding): Fix previous change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 28 Dec 2004 18:22:55 +0000
parents 18c133f09829
children 517f681ba7a8
files src/ChangeLog src/coding.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Dec 28 17:55:12 2004 +0000
+++ b/src/ChangeLog	Tue Dec 28 18:22:55 2004 +0000
@@ -1,3 +1,7 @@
+2004-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* coding.c (decode_coding): Fix previous change.
+
 2004-12-28  Richard M. Stallman  <rms@gnu.org>
 
 	* xdisp.c (back_to_previous_visible_line_start):
--- a/src/coding.c	Tue Dec 28 17:55:12 2004 +0000
+++ b/src/coding.c	Tue Dec 28 18:22:55 2004 +0000
@@ -4870,7 +4870,7 @@
 int
 decode_coding (coding, source, destination, src_bytes, dst_bytes)
      struct coding_system *coding;
-     const const unsigned char *source;
+     const unsigned char *source;
      unsigned char *destination;
      int src_bytes, dst_bytes;
 {