MCPcopy Create free account
hub / github.com/diasurgical/devilution / DrawDlg

Function DrawDlg

Source/appfat.cpp:51–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void DrawDlg(char *pszFmt, ...)
52{
53 char text[256];
54 va_list va;
55
56 va_start(va, pszFmt);
57 vsnprintf(text, 256, pszFmt, va);
58 va_end(va);
59
60 UiErrorOkDialog(PROJECT_NAME, text, false);
61}
62
63#ifdef _DEBUG
64void assert_fail(int nLineNo, const char *pszFile, const char *pszFail)

Callers 2

msg_wait_resyncFunction · 0.85
multi_upgradeFunction · 0.85

Calls 1

UiErrorOkDialogFunction · 0.85

Tested by

no test coverage detected