Changeset 2059


Ignore:
Timestamp:
03/23/11 20:27:52 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2718

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix on rest frequency.
numLines was defined as a local variable in if-block.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSFiller.cpp

    r2049 r2059  
    483483            // number of lines
    484484            tcolr = tpoolr->construct( srctabSel, "NUM_LINES" ) ;
    485             Int numLines = tcolr->asInt( 0 ) ;
     485            numLines = tcolr->asInt( 0 ) ;
    486486            tpoolr->destroy( tcolr ) ;
    487487
Note: See TracChangeset for help on using the changeset viewer.