Changeset 3092 for trunk


Ignore:
Timestamp:
01/28/16 12:21:37 (8 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: No

Module(s): sbseparator

Description: A fix suggested by Ville. Added the name space, std, to the call to tolower.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STSideBandSep.cpp

    r3085 r3092  
    14341434  } else {
    14351435    // Check for file type
    1436     switch (tolower(type[0])) {
     1436    switch (std::tolower(type[0])) {
    14371437    case 'f':
    14381438      return file.isRegular(True);
Note: See TracChangeset for help on using the changeset viewer.