Commit 2257c0ac authored by Rusty Russell's avatar Rusty Russell

Fix size calc for full tarball.

parent 0018a891
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment