commit cdb9ce70f07aa5744431d6b4d7894d6e18a158b7 Author: Hib Eris Date: Sun Dec 21 17:34:04 2008 +0100 Fix compile warnings on signed/unsigned comparison diff --git a/goo/gfile.cc b/goo/gfile.cc index 6d19cce..9d58864 100644 --- a/goo/gfile.cc +++ b/goo/gfile.cc @@ -617,7 +617,7 @@ GDirEntry::GDirEntry(char *dirPath, char *nameA, GBool doStat) { #ifdef VMS char *p; #elif defined(WIN32) - int fa; + DWORD fa; #elif defined(ACORN) #else struct stat st;