]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.25
authorfred <fred>
Fri, 7 Feb 1997 19:00:49 +0000 (19:00 +0000)
committerfred <fred>
Fri, 7 Feb 1997 19:00:49 +0000 (19:00 +0000)
flower/matdebug.cc

index 7aec81909f6aec5f6bca08e65bdbc2a9916b6a9f..4c7866f09372fa8742277420556bb5f88f5956e4 100644 (file)
@@ -37,7 +37,7 @@ Vector::operator String() const
     String s("vector [");
 #ifndef NPRINT
     for (int i=0; i < dim(); i++) {
-       s += String(dat[i], "%6f") + ' ';
+       s += String(dat[i], "%6f") + String(' ');
     }
 #endif
     s+="]";