aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-07-08 23:26:07 +0200
committerThomas White <taw@bitwiz.me.uk>2018-07-08 23:26:07 +0200
commit95c144fc581ed1ac7a991ba27746192bef98ed54 (patch)
tree3b9645c88520f2641ae8681dac6999acb958d2ef
parent1736f126a80ab4035d441fc84c1af86ea6ccc849 (diff)
Remove noisy error message
-rw-r--r--src/frame.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index c7c1b2f..d4a5637 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -970,7 +970,6 @@ size_t pos_trail_to_offset(Paragraph *para, size_t offs, int trail)
}
if ( para->n_runs == 0 ) {
- fprintf(stderr, _("pos_trail_to_offset: No runs\n"));
return 0;
}