diff options
Diffstat (limited to 'src/storage/phrase_large_table.cpp')
| -rw-r--r-- | src/storage/phrase_large_table.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/storage/phrase_large_table.cpp b/src/storage/phrase_large_table.cpp index 7a3bc1c..ad3262f 100644 --- a/src/storage/phrase_large_table.cpp +++ b/src/storage/phrase_large_table.cpp @@ -450,7 +450,8 @@ bool PhraseLengthIndexLevel::load(MemoryChunk * chunk, table_offset_t offset, ta index++; phrase_end = *index; if ( phrase_begin == phrase_end ){ - g_array_append_val(m_phrase_array_indexes, null_token); + void * null = NULL; + g_array_append_val(m_phrase_array_indexes, null); continue; } |
