From 59711763eaa5375f1c248da147f84dc96ab4cf68 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 15 Nov 1996 21:07:58 +0000 Subject: [PATCH] flower-1.0.7 --- flower/list.hh | 2 +- flower/vray.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flower/list.hh b/flower/list.hh index 5a825fa89e..1516e16642 100644 --- a/flower/list.hh +++ b/flower/list.hh @@ -62,7 +62,7 @@ class List items are always stored as copies in List, but: #List# : copies of #String# stored #List# : copies of #String*# stored! - (do not use, use \Ref{PointerList}## instead.) + (do not use, use \Ref{PointerList} ## instead.) {\bf note:} retrieving "invalid" cursors, i.e. diff --git a/flower/vray.hh b/flower/vray.hh index c03e651034..ab6255109b 100644 --- a/flower/vray.hh +++ b/flower/vray.hh @@ -128,7 +128,7 @@ public: int lower = -1, int upper = -1 ) { if (lower < 0) { lower = 0 ; - upper = sz(); + upper = sz()-1; } if (lower >= upper) return; -- 2.39.5