shithub: neatroff

Download patch

ref: 38f8ed89d531f3a8bdb50c40de58fa6f14167334
parent: e60c6c79b126a0719d730de7d76d2d6af6fa834b
author: Ali Gholami Rudi <ali@rudi.ir>
date: Fri May 3 08:52:06 EDT 2013

ren: after non-diverted text processing, start the first page

--- a/ren.c
+++ b/ren.c
@@ -116,7 +116,7 @@
 
 static void ren_first(void)
 {
-	if (bp_first) {
+	if (bp_first && !cdiv) {
 		bp_first = 0;
 		ren_page(bp_next);
 	}