]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.7
authorfred <fred>
Fri, 15 Nov 1996 21:07:58 +0000 (21:07 +0000)
committerfred <fred>
Fri, 15 Nov 1996 21:07:58 +0000 (21:07 +0000)
flower/list.hh
flower/vray.hh

index 5a825fa89ef87ace4a9b7b2ac0bede4c5da0a31d..1516e16642561cd9b384d57c370232ee86f87fd3 100644 (file)
@@ -62,7 +62,7 @@ class List
    items are always stored as copies in List, but:
    #List<String># :  copies of #String# stored 
    #List<String*># : copies of #String*# stored! 
-   (do not use, use \Ref{PointerList}#<String*># instead.)
+   (do not use, use \Ref{PointerList} #<String*># instead.)
  
    {\bf note:} 
    retrieving "invalid" cursors, i.e. 
index c03e651034208436be148ddcf12fb6d2f9b24e87..ab6255109b66260c7e50e474851cc253f20ec94a 100644 (file)
@@ -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;