-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Even better, there is this patch, no idea who made it but it seems to do
the job. This will be in WebDruid 0.6.0-alpha3.
Regards
Andrew
- --
Andrew Hutchings - Linux Jedi - http://www.linuxjedi.co.uk/
A-Wing Internet Services - http://www.a-wing.co.uk/
Windows is the path to the darkside...Windows leads to Blue Screen.
Blue Screen leads to downtime. Downtime leads to suffering...I sense
much Windows in you.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFrrqjZ+2Y3WLvbJIRAl/GAKC6vksD9AxFVU0LHq6F5CLZqqVL/gCfTTNL
rdeiVupXhAo5yO+7dDrz+6A=
=h9W0
-----END PGP SIGNATURE-----
diff -ru webdruid-0.5.4-orig/logs_mgmt.c webdruid-0.5.4/logs_mgmt.c
--- webdruid-0.5.4-orig/logs_mgmt.c 2004-08-17 10:32:17.000000000 -0400
+++ webdruid-0.5.4/logs_mgmt.c 2004-08-17 10:57:15.964682088 -0400
@@ -139,7 +139,7 @@
}
else
{
- FILE *file = fopen(filename,"r");
+ FILE *file = fopen64(filename,"r");
if (file == 0)
{
/* Error: Can't open log file ... */