From: Koichi KAMICHI Date: Tue, 1 Mar 2005 06:07:47 +0000 (+0000) Subject: Fixed bugs. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=38c271c587293375bffbbd7691bdb63f2637f0e9;p=chise%2Fkage.git Fixed bugs. --- 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)