mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-03 16:29:09 +02:00
database: TxDialog() constification ripple
This commit is contained in:
committed by
Tim Edwards
parent
aa35a612b0
commit
9aef87c355
@@ -288,7 +288,7 @@ DBCellDelete(cellname, force)
|
||||
if ((force == FALSE) &&
|
||||
(celldef->cd_flags & (CDMODIFIED|CDBOXESCHANGED|CDSTAMPSCHANGED)))
|
||||
{
|
||||
static char *yesno[] = { "no", "yes", 0 };
|
||||
static const char *yesno[] = { "no", "yes", 0 };
|
||||
int code;
|
||||
char *prompt = TxPrintString("Cell %s has been modified.\n Do you"
|
||||
" want to delete it and lose all changes? ",
|
||||
|
||||
Reference in New Issue
Block a user