| 120 | } |
| 121 | |
| 122 | void DirErrorDlg(char *error) |
| 123 | { |
| 124 | char text[1024]; |
| 125 | |
| 126 | snprintf(text, 1024, "Unable to write to location:\n%s", error); |
| 127 | |
| 128 | UiErrorOkDialog("Read-Only Directory Error", text); |
| 129 | app_fatal(NULL); |
| 130 | } |
| 131 | |
| 132 | DEVILUTION_END_NAMESPACE |