projects
/
kaotools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d8f1c8
)
* Fixed BWLUP parser in kaoupload.c. -.-
author
Urban Wallasch
<urban.wallasch@freenet.de>
Sat, 17 Apr 2021 13:11:54 +0000
(15:11 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Sat, 17 Apr 2021 13:11:54 +0000
(15:11 +0200)
kaoupload.c
patch
|
blob
|
history
diff --git
a/kaoupload.c
b/kaoupload.c
index bda95ed4cfad5659f1869e2ba2ba32727fb07541..91dbc222dfc32fa7f751365f51ee6ad894112e09 100644
(file)
--- 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;