---
scribo/ChangeLog | 4 ++++
scribo/table/extract.hh | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 2668fd4..3eded52 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,9 @@
2009-10-01 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * table/extract.hh: Fix invalid calls to lines_*_pattern.
+
+2009-10-01 Guillaume Lazzara <z(a)lrde.epita.fr>
+
New debugging tools for Scribo.
* src/Makefile.am: Add debug as subdir.
diff --git a/scribo/table/extract.hh b/scribo/table/extract.hh
index 2e652d2..efd030c 100644
--- a/scribo/table/extract.hh
+++ b/scribo/table/extract.hh
@@ -87,8 +87,8 @@ namespace scribo
mlc_equal(mln_value(I), bool)::check();
image2d<bool>
- bhlines = scribo::primitive::extract::lines_h_pattern(input, 51),
- bvlines = scribo::primitive::extract::lines_v_pattern(input, 51);
+ bhlines = scribo::primitive::extract::lines_h_pattern(input, 51, 3),
+ bvlines = scribo::primitive::extract::lines_v_pattern(input, 51, 3);
V nhlines, nvlines;
object_image(mln_ch_value(I,V))
--
1.5.6.5