Fix off-by-one error in processing Emacs-style coding declaration.
authorKen Raeburn <raeburn@raeburn.org>
Sat, 14 Nov 2009 19:53:46 +0000 (14:53 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Mon, 16 Nov 2009 06:10:15 +0000 (01:10 -0500)
commitb9fd657add26c7936fdfda80fc382630181cb113
tree084e9964a44c1e6458d1f3d3d4812ca3869b17ed
parentb10d93309b4c96caa5d399716c9b09a862c8ce0e
Fix off-by-one error in processing Emacs-style coding declaration.

* libguile/read.c (scm_i_scan_for_encoding): Don't copy the first
  character after the coding declaration into the new string.
libguile/read.c