comparison uip/mhlsbr.c @ 13:3c5835cca094

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Apr 2012 15:40:28 +0900
parents 441a2190cfae
children 07f8972434be
comparison
equal deleted inserted replaced
12:441a2190cfae 13:3c5835cca094
692 if (mhldebug) 692 if (mhldebug)
693 for (c1 = fmthd; c1; c1 = c1 -> c_next) { 693 for (c1 = fmthd; c1; c1 = c1 -> c_next) {
694 fprintf (stderr, "c1: name=\"%s\" text=\"%s\" ovtxt=\"%s\"\n", 694 fprintf (stderr, "c1: name=\"%s\" text=\"%s\" ovtxt=\"%s\"\n",
695 c1 -> c_name, c1 -> c_text, c1 -> c_ovtxt); 695 c1 -> c_name, c1 -> c_text, c1 -> c_ovtxt);
696 fprintf (stderr, "\tnfs=0x%lx fmt=0x%lx\n", 696 fprintf (stderr, "\tnfs=0x%lx fmt=0x%lx\n",
697 c1 -> c_nfs, c1 -> c_fmt); 697 (long)c1 -> c_nfs, (long)c1 -> c_fmt);
698 fprintf (stderr, "\toffset=%d ovoff=%d width=%d cwidth=%d length=%d\n", 698 fprintf (stderr, "\toffset=%d ovoff=%d width=%d cwidth=%d length=%d\n",
699 c1 -> c_offset, c1 -> c_ovoff, c1 -> c_width, 699 c1 -> c_offset, c1 -> c_ovoff, c1 -> c_width,
700 c1 -> c_cwidth, c1 -> c_length); 700 c1 -> c_cwidth, c1 -> c_length);
701 fprintf (stderr, "\tflags=%s\n", 701 fprintf (stderr, "\tflags=%s\n",
702 sprintb (buffer, (unsigned) c1 -> c_flags, LBITS)); 702 sprintb (buffer, (unsigned) c1 -> c_flags, LBITS));