Changed a few leftover 'new char[...]' to MALLOC(char, ...)

This commit is contained in:
Klaus Schmidinger
2002-10-13 09:11:16 +02:00
parent e58fa67e6c
commit e2aee54d12
2 changed files with 6 additions and 5 deletions

View File

@@ -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, ...).