diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-10 11:04:42 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-10 11:04:42 +0000 |
commit | 43ae8b875fb3cd299c59efd42aeb0aefb499f8cf (patch) | |
tree | b393b203d570d57f5af5a71bb4968fb771de8993 /mg_tools.h | |
parent | ab310f72f3b0b2ff8c2f39ee87a9ed6b6fb930d6 (diff) | |
download | vdr-plugin-muggle-43ae8b875fb3cd299c59efd42aeb0aefb499f8cf.tar.gz vdr-plugin-muggle-43ae8b875fb3cd299c59efd42aeb0aefb499f8cf.tar.bz2 |
hide asprintf calls in msprintf, msprintf checks for
error results (happens especially with illegal UTF-8 characters)
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1013 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_tools.h')
-rw-r--r-- | mg_tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ void mgDebug (int level, const char *fmt, ...); void mgDebug (const char *fmt, ...); void mgWarning (const char *fmt, ...); void mgError (const char *fmt, ...); +int msprintf(char **strp, const char *fmt, ...); //@} #ifdef DEBUG |