Skip to content

Commit

Permalink
fix segfault, disable intermittent test
Browse files Browse the repository at this point in the history
  • Loading branch information
ennorehling committed Aug 20, 2015
1 parent 1641e6e commit 8532904
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmake
Submodule cmake updated 2 files
+6 −82 Modules/FindLua.cmake
+13 −3 Modules/FindToLua.cmake
2 changes: 1 addition & 1 deletion critbit
Submodule critbit updated 7 files
+10 −10 CuTest.c
+8 −2 Makefile
+1 −1 benchmark.c
+18 −11 critbit.c
+2 −1 critbit.h
+1 −0 strtolh.c
+14 −12 test_critbit.c
2 changes: 1 addition & 1 deletion cutest
Submodule cutest updated 2 files
+5 −0 .travis.yml
+1 −1 Makefile
2 changes: 1 addition & 1 deletion dlmalloc
Submodule dlmalloc updated 2 files
+2 −2 Makefile
+2 −2 malloc.c
2 changes: 1 addition & 1 deletion iniparser
2 changes: 1 addition & 1 deletion quicklist
Submodule quicklist updated 1 files
+241 −225 quicklist.c
2 changes: 1 addition & 1 deletion src/buildno.h
@@ -1,3 +1,3 @@
#define VERSION_MAJOR 3
#define VERSION_MINOR 5
#define VERSION_BUILD 5
#define VERSION_BUILD 6
2 changes: 1 addition & 1 deletion src/kernel/save.c
Expand Up @@ -1686,7 +1686,7 @@ int readgame(const char *filename, int backup)
}
}
}
if (global.data_version < SPELL_LEVEL_VERSION) {
if (global.data_version < SPELL_LEVEL_VERSION && f->spellbook) {
spellbook_foreach(f->spellbook, cb_sb_maxlevel, f);
}
}
Expand Down
2 changes: 1 addition & 1 deletion storage
Submodule storage updated 4 files
+2 −3 filestream.c
+108 −64 memstream.c
+4 −1 stream.h
+20 −20 stream.test.c

0 comments on commit 8532904

Please sign in to comment.