X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=src%2Fpptparse.c;h=f475f07b58ee10032547a066043cb549838ebc42;hb=f03d3bbce7b36e358df5ee15fab1af190ffcad5a;hp=c5ebe0381bd3c78f6cb5839198343736546a0b7c;hpb=b3b0f8f43aa31bdf8146efd0a0d07a570fddf734;p=oss%2Fcatdoc.git 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) {