Subversion Repositories Kolibri OS

Rev

Rev 6825 | Rev 7787 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6825 Rev 6857
Line 357... Line 357...
357
	{
357
	{
358
	if (!strcmp(cmd, COMMANDS[i].name))
358
	if (!strcmp(cmd, COMMANDS[i].name))
359
		{
359
		{
360
		result = ((handler1_t)COMMANDS[i].handler)(args);
360
		result = ((handler1_t)COMMANDS[i].handler)(args);
361
		if (result != TRUE)
361
		if (result == FALSE)
362
			{
362
			{
363
			#if LANG_ENG
363
			#if LANG_ENG
364
				printf("  Error!\n\r");
364
				printf("  Error!\n\r");
365
			#elif LANG_RUS
365
			#elif LANG_RUS
366
				printf("  Žè¨¡ª !\n\r");
366
				printf("  Žè¨¡ª !\n\r");
367
			#endif
367
			#endif