diff options
Diffstat (limited to 'vdr_stream.c')
-rw-r--r-- | vdr_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr_stream.c b/vdr_stream.c index cf3be99..8ec6caf 100644 --- a/vdr_stream.c +++ b/vdr_stream.c @@ -298,7 +298,7 @@ bool mgStream::fileinfo (bool log) { char * tmpbuf; - asprintf (&tmpbuf, "%llx:%llx", sfs.f_blocks, sfs.f_files); + msprintf (&tmpbuf, "%llx:%llx", sfs.f_blocks, sfs.f_files); m_fsID = tmpbuf; free (tmpbuf); } |