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/validitychecks.h

    r375 r512  
    1010
    1111bool listIndexCheck(SList* list,int index,const char* msgobj,const char* msgfun);
    12 SString stringCheck(SString& in,const char* msgobj,const char* msgfun,const char* msg,SString (*checker)(SString& in)=NULL);
     12SString stringCheck(SString& in,const char* msgobj,const char* msgfun,const char* msg,SString (*checker)(const SString& in)=NULL);
    1313
    1414#endif
Note: See TracChangeset for help on using the changeset viewer.