--- a/src/platform_posix.c Sun Sep 05 02:41:13 2010 -0400
+++ b/src/platform_posix.c Sun Sep 05 02:42:04 2010 -0400
@@ -396,8 +396,7 @@
{
struct stat statbuf;
- /* !!! FIXME: lstat()? */
- if (stat(filename, &statbuf))
+ if (lstat(filename, &statbuf))
{
if (errno == ENOENT)
{