Subversion Repositories Kolibri OS

Rev

Rev 4164 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4164 Rev 4166
Line 19... Line 19...
19
   dword GetAdress(int N);
19
   dword GetAdress(int N);
20
};
20
};
21
letter_attr atr;
21
letter_attr atr;
22
dword mails_db;
22
dword mails_db;
Line -... Line 23...
-
 
23
 
-
 
24
 
23
 
25
 
24
void letter_attr::CreateArray()
26
void letter_attr::CreateArray()
25
{
27
{
26
   free(mails_db);
28
   free(mails_db);
27
   mails_db = malloc( mail_list.count * sizeof(atr) );
29
   mails_db = malloc( mail_list.count * sizeof(atr) );