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