ref: de1797c960ebf9b726a84bfe5216c36bdfaba018
parent: 85d669f660efd92b69ea5fa38bcc0500f1bf9871
author: Ali Gholami Rudi <ali@rudi.ir>
date: Mon Dec 8 11:37:12 EST 2014
tr: .hyp should reset hyphenation cost with no arguments
--- a/tr.c
+++ b/tr.c
@@ -455,7 +455,7 @@
static void tr_hyp(char **args)
{
- n_hyp = args[1] ? atoi(args[1]) : 1;
+ n_hyp = args[1] ? atoi(args[1]) : 0;
}
static void tr_pmll(char **args)