From 38c271c587293375bffbbd7691bdb63f2637f0e9 Mon Sep 17 00:00:00 2001 From: Koichi KAMICHI Date: Tue, 1 Mar 2005 06:07:47 +0000 Subject: [PATCH] Fixed bugs. --- kagecgi/kageeg.c | 2 +- kagecgi/kagetool.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kagecgi/kageeg.c b/kagecgi/kageeg.c index a6e447c..caf2e77 100755 --- a/kagecgi/kageeg.c +++ b/kagecgi/kageeg.c @@ -234,7 +234,7 @@ void doCombine(const KGString *in, KGString *out){ addStrokeWithTransform(partStroke3, 3, result, out, 1); break; } - fprintf(stderr,"%s\n",out->str); + //fprintf(stderr,"%s\n",out->str); } void drawGlyph(const KGString *in, const int mode){ diff --git a/kagecgi/kagetool.c b/kagecgi/kagetool.c index b687bd0..9aaa63a 100755 --- a/kagecgi/kagetool.c +++ b/kagecgi/kagetool.c @@ -354,10 +354,10 @@ void CalcOptions(const KGString *in, int *mitsudo, int *flag, double *yoko, doub int kari, mode; int tempShotai; int *buf, strokes; - + int value; + *flag = 0; - int value; buf = convertStroke(in->str, buf, &strokes); //check left side (NEW) -- 1.7.10.4