*** empty log message ***

This commit is contained in:
2005-05-21 07:27:32 +00:00
parent b2877c0238
commit 17a14a36bc
4 changed files with 9 additions and 5 deletions

View File

@ -28,10 +28,12 @@ int xp_main (int argc, xp_char_t* argv[])
xp_stx_t stx;
xp_stx_word_t i;
#ifndef _DOS
if (xp_setlocale () == -1) {
printf ("cannot set locale\n");
return -1;
}
#endif
if (argc != 2) { /* TODO: argument processing */
xp_printf (XP_TEXT("Usage: %s [-f imageFile] MainClass\n"), argv[0]);