diff options
author | Andreas Brachold <vdr07@deltab.de> | 2007-10-08 16:58:00 +0000 |
---|---|---|
committer | Andreas Brachold <vdr07@deltab.de> | 2007-10-08 16:58:00 +0000 |
commit | 7915728c0daf44bc55a04c5190ea08172728b0a7 (patch) | |
tree | a3dccdbaad21df91857caa7971749a51f9c7b463 /libimage/pnm.c | |
parent | b7c2731e64a99397ff9bee2e34764ea0af64b3ce (diff) | |
download | vdr-plugin-image-7915728c0daf44bc55a04c5190ea08172728b0a7.tar.gz vdr-plugin-image-7915728c0daf44bc55a04c5190ea08172728b0a7.tar.bz2 |
* Add setup option to hide main menu entry (Thanks to Alf Fahland, for summit a patch)
* Fix some compiler warnings
* Remove pregenerated header from i18n files and set proper owner, if known
Diffstat (limited to 'libimage/pnm.c')
-rw-r--r-- | libimage/pnm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libimage/pnm.c b/libimage/pnm.c index cb91dc5..f9b6b36 100644 --- a/libimage/pnm.c +++ b/libimage/pnm.c @@ -33,7 +33,7 @@ Print error message and get out @param variable list of arguments explaining error @return - none*/ -void cPNM::error(char* format, ... ) +void cPNM::error(const char* format, ... ) { if(m_szError) free(m_szError); |