marcmap: fix type for ch in use of getc
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 17 May 2013 12:40:40 +0000 (14:40 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 17 May 2013 12:40:40 +0000 (14:40 +0200)
commitedbde31bf017867ac5cc3951f6cabdbc43f1f7ee
tree2c85bf67c1d22e6b58380bc96be891d4daa418da
parent6358d4f1936cb2d48db3a18d884920b1b0b047cc
marcmap: fix type for ch in use of getc

getc returns EOF (usually -1) on EOF, so we must be sure to
use a type that can hold it.
src/marcmap.c