Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ MsgBox
Function
MsgBox
Source/appfat.cpp:26–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void MsgBox(const char *pszFmt, va_list va)
27
{
28
char text[256];
29
30
vsnprintf(text, 256, pszFmt, va);
31
32
UiErrorOkDialog(
"Error"
, text);
33
}
34
35
void FreeDlg()
36
{
Callers
1
app_fatal
Function · 0.85
Calls
1
UiErrorOkDialog
Function · 0.85
Tested by
no test coverage detected