forked from KolibriOS/kolibrios
delete temporary using string
git-svn-id: svn://kolibrios.org@3414 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
516aae8c1e
commit
0320d81f8f
@ -127,9 +127,9 @@ void OpenMailDat()
|
|||||||
ReadFile(0, 512, #read_data, "/sys/network/mail.dat");
|
ReadFile(0, 512, #read_data, "/sys/network/mail.dat");
|
||||||
if (!read_data)
|
if (!read_data)
|
||||||
{
|
{
|
||||||
strcpy(#email_text, "eiroglif@yandex.ru"); //temporarily, for testing
|
//strcpy(#email_text, "eiroglif@yandex.ru"); //temporarily, for testing
|
||||||
//strcpy(#email_text, "example@mail.com");
|
strcpy(#email_text, "example@mail.com");
|
||||||
strcpy(#pass_text, "rostov");
|
//strcpy(#pass_text, "rostov");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user