aboutsummaryrefslogtreecommitdiff
path: root/mod/page.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'mod/page.cxx')
-rw-r--r--mod/page.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/page.cxx b/mod/page.cxx
index af9c795..fb6ba90 100644
--- a/mod/page.cxx
+++ b/mod/page.cxx
@@ -553,7 +553,9 @@ namespace brep
if (&ra != &ras[0])
s << " | ";
- s << ra;
+ assert (ra.size () == 1); // @@ DEP
+
+ s << ra[0];
}
if (mult)