From: Bastian Dehn Date: Sun, 19 Jul 2015 10:56:03 +0000 (+0200) Subject: Bugfix Wretrun-type X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=d45a1f824c1ecc2c295a960b9c9901a6bf8d6701;p=discspan.git Bugfix Wretrun-type --- diff --git a/discspan.c b/discspan.c index 7fb0b4d..875d1a2 100644 --- a/discspan.c +++ b/discspan.c @@ -102,6 +102,7 @@ int cmpfunc(const void * filea, const void * fileb) return -1; if(a == b) return 0; + return -2; } void filesize_sort(const char *input, const char *output)