~ubuntu-branches/ubuntu/lucid/rumor/lucid

« back to all changes in this revision

Viewing changes to src/notator.cc

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Kavanagh
  • Date: 2009-11-08 13:05:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091108130544-6fz6lbmrnbqhgfxb
Tags: 1.0.4-1
* New upstream release that fixes deprecated conversion from string constant
  to 'char*', (Closes: #551857)
* Added myself to the packaging copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
      if (lnTUs>TUs) continue;
132
132
      bool IsOK=true;
133
133
      // possibly add more conditions here
134
 
      if (IsOK&&
 
134
      if (IsOK&& (
135
135
          (lev<lev0)||
136
136
          (dot&&(lev<lev0+1))
137
 
         ) IsOK=false;
 
137
         )) IsOK=false;
138
138
      
139
139
      if (IsOK){
140
140
        if (lnTUs==TUs) return ln;