Subversion Repositories Kolibri OS

Rev

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

Rev 6825 Rev 6826
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
int executable_run(char cmd[], char args[])
3
int executable_run(char cmd[], char args[])
4
{
4
{
Line 5... Line 5...
5
 
5
 
6
char	exec[256];
6
char	exec[FILENAME_MAX];
Line 7... Line 7...
7
int		result;
7
int		result;
8
 
8
 
9
if ( '/' == cmd[0]) // ¥á«¨ ¯ãâì  ¡á®«îâ­ë©
9
if ( '/' == cmd[0]) // ¥á«¨ ¯ãâì  ¡á®«îâ­ë©