forlano Messages: 1202 Registered: March 2006 Location: Italy
Senior Contributor
Hello,
yesterday I noticed in my code several instructions:
String s1, s2;
strcmp(s1, s2);
I used it when I ported in U++ the old C code and was unaware of the method CompareNoCase(). The question is: strcmp() maybe armful with String? Are there case in which the operation can produce the crash? Anyway I'm going to substitute it.