3cbcd0ad7b
Based on an original submission by William Yodlowsky <bsd at openbsd dot rutgers dot edu>. help and ok steven@
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
$OpenBSD: patch-src_pgm2asc_c,v 1.1.1.1 2006/10/30 08:17:30 ajacoutot Exp $
|
|
--- src/pgm2asc.c.orig Mon Oct 16 22:19:41 2006
|
|
+++ src/pgm2asc.c Mon Oct 16 22:19:54 2006
|
|
@@ -1662,7 +1662,7 @@ int glue_broken_chars( pix *pp ){
|
|
}
|
|
} end_for_each(&(JOB->res.boxlist));
|
|
box4=box5;
|
|
- if (box4) {
|
|
+ if (box2 && box4) {
|
|
if( /* umlaut "a "o "u, ij; box2 is the dot, box4 the body */
|
|
( y1<=box2->m2
|
|
&& box4->x1+JOB->res.avX/2>=x0
|