summaryrefslogtreecommitdiff
path: root/src/htshash.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2012-03-24 17:15:14 +0000
committerXavier Roche <xroche@users.noreply.github.com>2012-03-24 17:15:14 +0000
commit3908bcde0b032512c3a516524c4010e7df5af3fe (patch)
tree7935a8bfe7ad08608e4170adc92d8aa51f659357 /src/htshash.c
parent5cca0d9154d5a3cb1302cd88bda9b2016a8c702e (diff)
Replaced exit(1) by abort()
* fixed lintian shlib-calls-exit
Diffstat (limited to 'src/htshash.c')
-rw-r--r--src/htshash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htshash.c b/src/htshash.c
index ed17be6..840f257 100644
--- a/src/htshash.c
+++ b/src/htshash.c
@@ -263,7 +263,7 @@ void hash_write(hash_struct* hash,int lpos,int normalized) {
else {
printf("* hash_write=0!!\n");
abortLogFmt("unexpected error in hash_write (pos=%d)" _ pos);
- exit(1);
+ abort();
}
#endif
//