projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0018a89
)
Fix size calc for full tarball.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 8 Dec 2008 05:26:52 +0000
(15:56 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 8 Dec 2008 05:26:52 +0000
(15:56 +1030)
web/staticall.php
patch
|
blob
|
history
diff --git
a/web/staticall.php
b/web/staticall.php
index 122c399b63344b8f40d6d691e03ad5595c215841..60f7fa77b419e66fb8c70da4b7ab7818e2336a64 100644
(file)
--- a/
web/staticall.php
+++ b/
web/staticall.php
@@
-4,7
+4,7
@@
include('logo.html');
include('menulist.html');
include('static-configuration');
-$tarballsize=round((filesize($argv[
2
]."/ccan.tar.bz2") + 1023) / 1024);
+$tarballsize=round((filesize($argv[
3
]."/ccan.tar.bz2") + 1023) / 1024);
?>
<h1> List of all CCAN modules: </h1>