=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man_html.c,v retrieving revision 1.54 retrieving revision 1.55 diff -c -r1.54 -r1.55 *** src/usr.bin/mandoc/man_html.c 2014/04/23 16:07:06 1.54 --- src/usr.bin/mandoc/man_html.c 2014/08/08 16:00:23 1.55 *************** *** 1,4 **** ! /* $Id: man_html.c,v 1.54 2014/04/23 16:07:06 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze --- 1,4 ---- ! /* $Id: man_html.c,v 1.55 2014/08/08 16:00:23 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2013, 2014 Ingo Schwarze *************** *** 384,390 **** if ( ! a2roffsu(n->string, &su, SCALE_VS)) SCALE_VS_INIT(&su, atoi(n->string)); } else ! su.scale = 0; bufinit(h); bufcat_su(h, "height", &su); --- 384,390 ---- if ( ! a2roffsu(n->string, &su, SCALE_VS)) SCALE_VS_INIT(&su, atoi(n->string)); } else ! su.scale = 0.0; bufinit(h); bufcat_su(h, "height", &su);