From cd7f15f112a3c561b3a584fc6ad405d13d0df723 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Mon, 10 Apr 2006 16:13:02 +0000 Subject: [PATCH] Reverted one of my "fixes." Apparently this is intended functionality. Sorry :( --- plugins/include/file.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/file.inc b/plugins/include/file.inc index f347b964..7e660ce6 100755 --- a/plugins/include/file.inc +++ b/plugins/include/file.inc @@ -87,7 +87,7 @@ native fputc(file, data); native fungetc(file, data); //Return the size of a file -native filesize(const filename[]); +native filesize(const filename[], {Float,Sql,Result,_}:...); //Attempts to remove a directory. //Note that you cannot remove a directory that has files on most