summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-09 11:14:14 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-09 11:14:14 +0200
commit325163c0ef02c023a3fa270f93008eb771e5d50c (patch)
treea6b50a6614a17d53bc27f8792808048d225bbea5 /HISTORY
parent22ee421be95e973121675849767ea76d9932a757 (diff)
downloadvdr-325163c0ef02c023a3fa270f93008eb771e5d50c.tar.gz
vdr-325163c0ef02c023a3fa270f93008eb771e5d50c.tar.bz2
Added '__attribute__' to functions that use printf() like parameters
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index fe0f4499..99ffa4d9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3895,3 +3895,5 @@ Video Disk Recorder Revision History
Setup.MenuScrollWrap is true (thanks to Enrico Scholz).
- Making sure no item is displayed as "current" if Up, Down, Left or Right is
pressed in a menu with no selectable items.
+- Added '__attribute__' to functions that use printf() like parameters (thanks
+ to Darren Salt).