Changeset 15246 for trunk/FACT++


Ignore:
Timestamp:
04/04/13 13:58:54 (12 years ago)
Author:
tbretz
Message:
Fixed a problem that if a string is printed to the console with several null-characters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fitsdump.cc

    r14989 r15246  
    399399
    400400            if (it->col.type=='A')
    401                 sout << "'" << msg << "' ";
     401                sout << "'" << msg.c_str() << "' ";
    402402        }
    403403#ifdef HAVE_ROOT
Note: See TracChangeset for help on using the changeset viewer.