Merge mdocml-1.9.22

This commit is contained in:
joerg 2010-04-05 14:22:59 +00:00
parent 31e1f4e3b0
commit 71a7074243

View File

@ -1,4 +1,4 @@
/* $Vendor-Id: mdoc_action.c,v 1.50 2010/01/01 17:14:29 kristaps Exp $ */
/* $Vendor-Id: mdoc_action.c,v 1.51 2010/03/31 07:13:53 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@ -647,7 +647,8 @@ static int
post_bl_width(POST_ARGS)
{
size_t width;
int i, tok;
int i;
enum mdoct tok;
char buf[NUMSIZ];
char *p;