diff options
author | Thomas Günther <tom@toms-cafe.de> | 2009-07-10 23:37:37 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-07-10 23:37:37 +0200 |
commit | 747ba59e743e4d3b5b1265c0e755a4b7951d2fef (patch) | |
tree | 89abfe367c0943f0f348d8aaf3dff696e4511cb5 /HISTORY | |
parent | 892fa52b3e9ecaa7cd3e376863ad3275dc084aa7 (diff) | |
download | vdr-plugin-text2skin-747ba59e743e4d3b5b1265c0e755a4b7951d2fef.tar.gz vdr-plugin-text2skin-747ba59e743e4d3b5b1265c0e755a4b7951d2fef.tar.bz2 |
Replaced asprintf with cString::sprintf in GetFrontend*()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ ____-__-__: Version 1.3 - Use pkg-config to find compilation flags, libs etc for FreeType and Imlib2. - Fixed crash with FrontendHasLock and FrontendHasSignal (closes #147 - thanks to a.g.prosat at tochka.ru for reporting this) +- Replaced asprintf with cString::sprintf in GetFrontend*() 2009-06-01: Version 1.2 |