bugfix: missing space inside text

This commit is contained in:
Frederic Culot 2007-03-17 16:33:49 +00:00
parent de3a914a3d
commit e3adfbcade

View File

@ -1,4 +1,4 @@
/* $calcurse: calcurse.c,v 1.39 2007/03/11 15:21:06 culot Exp $ */ /* $calcurse: calcurse.c,v 1.40 2007/03/17 16:33:49 culot Exp $ */
/* /*
* Calcurse - text-based organizer * Calcurse - text-based organizer
@ -411,7 +411,8 @@ int main(int argc, char **argv)
case 'X': case 'X':
case 'x': /* Export function */ case 'x': /* Export function */
io_export_data(IO_EXPORT_INTERACTIVE); io_export_data(IO_EXPORT_INTERACTIVE,
skip_system_dialogs, skip_progress_bar);
break; break;
case (261): /* right arrow */ case (261): /* right arrow */