Subversion Repositories Kolibri OS

Rev

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

Rev 7658 Rev 7768
Line 130... Line 130...
130
 
130
 
131
#ifndef COPYING
131
#ifndef COPYING
132
void EventGo()
132
void EventGo()
133
{
133
{
134
	char run_param[4096];
134
	char run_param[4096];
135
	sprintf(#run_param, "\"%s\" \"%s\"", #src_path, #dst_path);
135
	wsprintf(#run_param, "\"%s\" \"%s\"", #src_path, #dst_path);
136
	RunProgram(I_Path, #run_param);
136
	RunProgram(I_Path, #run_param);
137
}
137
}
Line 138... Line 138...
138
#endif
138
#endif