]> granicus.if.org Git - graphviz/commitdiff
centered text is indicated by a label->just of 'n' not 'c'
authorellson <devnull@localhost>
Sat, 4 Mar 2006 03:12:28 +0000 (03:12 +0000)
committerellson <devnull@localhost>
Sat, 4 Mar 2006 03:12:28 +0000 (03:12 +0000)
lib/common/htmltable.c

index f88826684e05f0e9ceea38159fb64c4b3c1cda85..e578ee829f1f963ac48ff006718e4f94fb69393c 100644 (file)
@@ -1362,7 +1362,7 @@ static void pos_html_cell(htmlcell_t * cp, box pos, int sides)
            dfltalign = 'r';
            break;
        default:
-           dfltalign = 'c';
+           dfltalign = 'n';
            break;
        }
        pos_html_txt (cp->child.u.txt, dfltalign);
@@ -1617,7 +1617,7 @@ void printData(htmldata_t * dp)
        c = 'l';
        break;
     default:
-       c = 'c';
+       c = 'n';
        break;
     }
     fprintf(stderr, "%c", c);