Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8383 → Rev 8382

/programs/cmm/misc/software_widget.c
5,6 → 5,7
#define MEMSIZE 4096 * 15
#include "..\lib\strings.h"
#include "..\lib\mem.h"
#include "..\lib\io.h"
#include "..\lib\gui.h"
 
#include "..\lib\obj\libio.h"
265,7 → 266,7
// }end
 
if (file_exists(#run_app_path)) {
RunProgram(#run_app_path, param_pos); //0 or offset
io.run(#run_app_path, param_pos); //0 or offset
if (param_pos) ESBYTE[param_pos - 1] = '|';
} else {
notify("'Application not found' -E");