X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Fcatdoc.git;a=blobdiff_plain;f=src%2Fpptparse.c;fp=src%2Fpptparse.c;h=f475f07b58ee10032547a066043cb549838ebc42;hp=c5ebe0381bd3c78f6cb5839198343736546a0b7c;hb=a79f2377217c571396074fccf360e01032cd77bf;hpb=1202f84b0b3c0f7cf474fea44129ce736a3123f1 diff --git a/src/pptparse.c b/src/pptparse.c index c5ebe03..f475f07 100644 --- a/src/pptparse.c +++ b/src/pptparse.c @@ -84,7 +84,7 @@ void do_ppt(FILE *input,char *filename) { */ static void process_item (int rectype, long reclen, FILE* input) { int i=0, u; - static char buf[2]; + static unsigned char buf[2]; /* fprintf(stderr,"Processing record %d length %d\n",rectype,reclen); * */ switch(rectype) {