summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-13 09:11:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-13 09:11:16 +0200
commite2aee54d1279c0605a0ed5db43ce29e3079a8ad6 (patch)
tree4c99a14b3305cc2274dba371f73977957a7fe52f /HISTORY
parente58fa67e6c53dc8ad061a2941b9984a0c1185a8f (diff)
downloadvdr-e2aee54d1279c0605a0ed5db43ce29e3079a8ad6.tar.gz
vdr-e2aee54d1279c0605a0ed5db43ce29e3079a8ad6.tar.bz2
Changed a few leftover 'new char[...]' to MALLOC(char, ...)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3f2372f8..0d3f615e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1602,3 +1602,4 @@ Video Disk Recorder Revision History
- Commands in the file 'commands.conf' can now have a '?' at the end of their
title, which will result in a confirmation prompt before executing the
command.
+- Changed a few leftover 'new char[...]' to MALLOC(char, ...).