This patch prevents some printf format string warnings when building vdr-xine 0.7.6 with these extra flags: -Wall -Wnonnull -Wformat=2 -Wextra
(There are potential problems if the fifo directory's name contains % and mkdir or mknod fails. This patch eliminates them.)