aboutsummaryrefslogtreecommitdiffhomepage
path: root/set_color.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-24 23:38:28 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-24 23:38:28 +1000
commit76b782d57632552c0b3ebfabedbd1342ea6888c0 (patch)
tree6240eeef501e6351eab551b4bb4fd97165cb7aa3 /set_color.c
parented5c1db3925ab87b5a08707a38fe8de9cec689e9 (diff)
Do not mix wide and narrow printf calls on stderr in set_color.c
darcs-hash:20060824133828-ac50b-399d9c8d4f6cd7c36ceb2991011d9dae23851d6f.gz
Diffstat (limited to 'set_color.c')
-rw-r--r--set_color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/set_color.c b/set_color.c
index b63d0975..dc9b252f 100644
--- a/set_color.c
+++ b/set_color.c
@@ -339,7 +339,7 @@ int main( int argc, char **argv )
if( del_curterm( cur_term ) == ERR )
{
- debug( 0, _(L"Error while closing terminfo") );
+ fprintf( stderr, _("Error while closing terminfo") );
}
}