Fixed cString's operator=(const char *String) in case the given string is the same as the existing one

This commit is contained in:
Klaus Schmidinger
2011-05-15 11:46:30 +02:00
parent 914b04c1d2
commit 464552dd91
4 changed files with 17 additions and 6 deletions

View File

@@ -2697,3 +2697,7 @@ Sergiu Dotenco <sergiu.dotenco@googlemail.com>
Mika Laitio <lamikr@pilppa.org>
for reporting a case where cRecordingInfo::Read(FILE *f) was called with a NULL pointer
Dirk Leber <dirk.leber@reel-multimedia.com>
for fixing cString's operator=(const char *String) in case the given string is the
same as the existing one