diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 17:31:00 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-07 17:33:10 +0100 |
commit | 1020364a2265ed696f6a40a3bef61c3bb72cfb08 (patch) | |
tree | 44cb1f4e86fa6dfba437848c9157741bcf084162 /automation/source/simplecm/simplecm.cxx | |
parent | dfda11c7f9b8681b4ad427b25e7a3df9ba1e8a20 (diff) |
WaE: format not a string literal and no format arguments
Diffstat (limited to 'automation/source/simplecm/simplecm.cxx')
-rw-r--r-- | automation/source/simplecm/simplecm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/simplecm/simplecm.cxx b/automation/source/simplecm/simplecm.cxx index ef770100d..80b388d74 100644 --- a/automation/source/simplecm/simplecm.cxx +++ b/automation/source/simplecm/simplecm.cxx @@ -45,7 +45,7 @@ void debug_printf( const char *chars ) static BOOL bPrint = (getenv("DEBUG") != NULL); if ( bPrint ) { - printf( chars ); + printf( "%c\n", chars ); fflush( stdout ); } } |