Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7434 → Rev 7437

/programs/cmm/notes/engine.h
53,12 → 53,13
int i=0, linepos=0;
int item_n=-1;
 
count = LINES_COUNT;
 
strcpy(#txt_path, file_path);
ReadFile(0, 4096, #txt_data, #txt_path);
if (!txt_data) || (strncmp(#txt_data, "notes", 5)!=0)
{
txt_file_exists = false;
notify("'Notes\nData file does not exists or is not valid' -tE");
return 0;
}
else
84,7 → 85,6
//lines[item_n].Delete();
item_n++;
}
count = LINES_COUNT;
return 1;
}
}