Error subsystem does basic initialization during PHYSFS_init(), now.
--- a/physfs.c Thu Apr 04 17:56:20 2002 +0000
+++ b/physfs.c Thu Apr 04 17:58:02 2002 +0000
@@ -427,6 +427,9 @@
} /* if */
initialized = 1;
+
+ /* This makes sure that the error subsystem is initialized. */
+ __PHYSFS_setError(PHYSFS_getLastError());
return(1);
} /* PHYSFS_init */