From: Urban Wallasch Date: Sat, 17 Apr 2021 13:11:54 +0000 (+0200) Subject: * Fixed BWLUP parser in kaoupload.c. -.- X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=a9d696812caa6b2e1b0f20055b41d39a0027aace;p=kaotools.git * Fixed BWLUP parser in kaoupload.c. -.- --- diff --git a/kaoupload.c b/kaoupload.c index bda95ed..91dbc22 100644 --- a/kaoupload.c +++ b/kaoupload.c @@ -72,7 +72,6 @@ static curl_off_t str_to_bwl( const char *s ) { byps *= 1024 * 1024 * 1024; break; default: - die( "say what?", 0 ); break; } return byps;