Do not mix wide and narrow printf calls on stderr in set_color.c

darcs-hash:20060824133828-ac50b-399d9c8d4f6cd7c36ceb2991011d9dae23851d6f.gz
This commit is contained in:
axel 2006-08-24 23:38:28 +10:00
parent ed5c1db392
commit 76b782d576

View File

@ -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") );
}
}