Subversion Repositories Kolibri OS

Rev

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

Rev 3247 Rev 6825
Line 46... Line 46...
46
	{
46
	{
47
	
47
	
Line 48... Line 48...
48
	if ( !program_console(result)  )
48
	if ( !program_console(result)  )
49
		{
49
		{
-
 
50
			LAST_PID = result;
50
		#if LANG_ENG
51
		#if LANG_ENG
51
			printf ("  '%s' started. PID = %d\n\r", cmd, result);
52
			printf ("  '%s' started. PID = %d\n\r", cmd, result);
52
		#elif LANG_RUS
53
		#elif LANG_RUS
53
			printf ("  '%s' § ¯ã饭. PID = %d\n\r", cmd, result);
54
			printf ("  '%s' § ¯ã饭. PID = %d\n\r", cmd, result);
54
		#endif
55
		#endif