summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_index.cpp')
-rw-r--r--src/storage/phrase_index.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/phrase_index.cpp b/src/storage/phrase_index.cpp
index 36cb149..e9e9d5d 100644
--- a/src/storage/phrase_index.cpp
+++ b/src/storage/phrase_index.cpp
@@ -505,7 +505,7 @@ bool SubPhraseIndex::merge(PhraseIndexLogger * logger){
break;
}
default:
- assert(false);
+ abort();
}
}
return true;
@@ -801,7 +801,7 @@ bool _compute_new_header(PhraseIndexLogger * logger,
break;
}
default:
- assert(false);
+ abort();
}
}