diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-13 09:11:16 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-13 09:11:16 +0200 |
commit | e2aee54d1279c0605a0ed5db43ce29e3079a8ad6 (patch) | |
tree | 4c99a14b3305cc2274dba371f73977957a7fe52f /HISTORY | |
parent | e58fa67e6c53dc8ad061a2941b9984a0c1185a8f (diff) | |
download | vdr-e2aee54d1279c0605a0ed5db43ce29e3079a8ad6.tar.gz vdr-e2aee54d1279c0605a0ed5db43ce29e3079a8ad6.tar.bz2 |
Changed a few leftover 'new char[...]' to MALLOC(char, ...)
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, ...). |