]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.32
authorfred <fred>
Sun, 24 Mar 2002 19:31:38 +0000 (19:31 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:31:38 +0000 (19:31 +0000)
src/warn.cc

index a7d9ba18beae9ba3d77fe25fb760fb9669e4334b..46d779e10f511cf8495f8c2506b7e19f6aa3188e 100644 (file)
@@ -40,7 +40,7 @@ error_t(const String& s, const Moment& r)
 void
 error_t(const String& s, Time_description const &t_tdes)
 {
-    String e=s+ " (at t=" + String(t_tdes.bars) + ": " + String(t_tdes.whole_in_measure) + ")\n";
+    String e=s+ " (at t=" + String(t_tdes.bars_i_) + ": " + String(t_tdes.whole_in_measure_) + ")\n";
     error(e);
 }