Ignore:
Timestamp:
05/23/16 13:50:18 (8 years ago)
Author:
Maciej Komosinski
Message:

No trailing space in full name when last name is empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/sstringutils.cpp

    r382 r512  
    259259}
    260260
    261 SString trim(SString& s)
     261SString trim(const SString& s)
    262262{
    263263        const unsigned char*b = (const unsigned char*)s.c_str();
Note: See TracChangeset for help on using the changeset viewer.