Subversion Repositories Kolibri OS

Rev

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

Rev 1668 Rev 3247
Line 11... Line 11...
11
		printf("  touch \n\r");
11
		printf("  touch \n\r");
12
	#elif LANG_RUS
12
	#elif LANG_RUS
13
		printf("  touch <¨¬ï ä ©« >\n\r");
13
		printf("  touch <¨¬ï ä ©« >\n\r");
14
	#endif
14
	#endif
15
	return FALSE;
15
	return TRUE;
16
	}
16
	}
17
 
17
 
Line 18... Line 18...
18
if (  ( 0 == strcmp(file, ".") ) || ( 0 == strcmp(file, "..") ) || ( 0 == strcmp(cur_dir, "/")) ) 
18
if (  ( 0 == strcmp(file, ".") ) || ( 0 == strcmp(file, "..") ) || ( 0 == strcmp(cur_dir, "/")) ) 
19
	{
19
	{
20
	return FALSE;
20
	return FALSE;