uninitialized variable crash, seenspells.

This commit is contained in:
Enno Rehling 2018-05-03 22:32:05 +02:00
parent 20b82fee51
commit 069047d0ac
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
static int read_seenspells(variant *var, void *owner, struct gamedata *data)
{
selist *ql;
selist *ql = NULL;
storage *store = data->store;
spell *sp = 0;
char token[32];