Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 481 → Rev 482

/trunk/ui_build_win.c
73,7 → 73,7
TCHAR s[0x300];
xstrcpy(s, (TCHAR*)TEXT("DialogBoxParam failed: "));
FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, NULL, GetLastError(), 0, s + xstrlen(s), 0x300 - (DWORD)xstrlen(s), NULL);
dbg(&s[0]);
simplealert(&s[0]);
}
 
return res == IDOK;