Using cString::sprintf() instead of asprintf()

This commit is contained in:
Klaus Schmidinger
2008-02-15 14:57:48 +01:00
parent c8584521f7
commit 9495aa9923
20 changed files with 131 additions and 189 deletions

View File

@@ -65,3 +65,7 @@ VDR Plugin 'skincurses' Revision History
2008-01-19:
- Updated the Makefile of the skincurses plugin (thanks to Rolf Ahrenberg).
2008-02-15:
- Using cString::sprintf() instead of asprintf().