Fixed compilation warning: deprecated conversion from string constant to ‘char*’
This commit is contained in:
parent
928dda87da
commit
1da7882518
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
-- Variables
|
||||
----------------------------------------------------------------------------*/
|
||||
|
||||
static char *dbfile = "metaserver.db";
|
||||
static const char *dbfile = "metaserver.db";
|
||||
static sqlite3 *DB;
|
||||
|
||||
#define SQLCreatePlayersTable \
|
||||
|
|
Loading…
Reference in a new issue