diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-05-15 11:46:30 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-05-15 11:46:30 +0200 |
commit | 464552dd91a170f5e6c69650a6df1af871a2ad1a (patch) | |
tree | e074ebe09c11608a422e2be39577d4ef3d257359 /CONTRIBUTORS | |
parent | 914b04c1d23fe94c22de79cc34c62b7a26bac22c (diff) | |
download | vdr-464552dd91a170f5e6c69650a6df1af871a2ad1a.tar.gz vdr-464552dd91a170f5e6c69650a6df1af871a2ad1a.tar.bz2 |
Fixed cString's operator=(const char *String) in case the given string is the same as the existing one
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f6ba82c7..baef5ecb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -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 |