Subversion Repositories Kolibri OS

Rev

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

Rev 6759 Rev 6761
Line 606... Line 606...
606
:dword program_path_length;
606
:dword program_path_length;
Line 607... Line 607...
607
 
607
 
608
//The initialization of the initial data before running
608
//The initialization of the initial data before running
609
void ______INIT______()
609
void ______INIT______()
610
{
610
{
Line 611... Line 611...
611
	if (program_path[0]!='/') I_Path++;
611
	//if (program_path[0]!='/') I_Path++;
612
	
612
	
613
	self.dir = #__BUF_DIR__;
613
	self.dir = #__BUF_DIR__;
614
	self.file = 0;
614
	self.file = 0;