[www] r794 - trunk/packs.matroska.org/data
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2004-11-16 19:41:01 +0300 (Tue, 16 Nov 2004)
New Revision: 794
Modified:
trunk/packs.matroska.org/data/download.php
Log:
bugfix
Modified: trunk/packs.matroska.org/data/download.php
===================================================================
--- trunk/packs.matroska.org/data/download.php 2004-11-16 16:38:27 UTC (rev 793)
+++ trunk/packs.matroska.org/data/download.php 2004-11-16 16:41:01 UTC (rev 794)
@@ -30,7 +30,7 @@
if($fp)
{
if (flock($fp, LOCK_EX)) { // exclusive lock
- $download = unserialize(fread($fp, filesize($file)));
+ $download = unserialize(fread($fp, filesize($logfilename)));
// Make sure we opened the logfile correctly, otherwise we're gonna trash it
if (count($download) != 0)