diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-10 11:34:49 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-10 11:34:49 +0000 |
commit | 663a81fd151792f1fe5b27838f1dd71486078295 (patch) | |
tree | 45c7aeda5799b60024e46ff0446a4ad89d691192 /mg_tools.h | |
parent | 43ae8b875fb3cd299c59efd42aeb0aefb499f8cf (diff) | |
download | vdr-plugin-muggle-663a81fd151792f1fe5b27838f1dd71486078295.tar.gz vdr-plugin-muggle-663a81fd151792f1fe5b27838f1dd71486078295.tar.bz2 |
revert last revision about msprintf. msprintf has a problem with va_list which I cannot resolve.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1014 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'mg_tools.h')
-rw-r--r-- | mg_tools.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ 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 |