Pointers dont fit in an int on 64 bit platforms. Fix a gcc warning.

This commit is contained in:
Peter Wemm 2003-10-26 04:12:02 +00:00
parent 10a498be8f
commit 59a2e5b3fa

View File

@ -539,7 +539,7 @@ is_section (name, path)
x = 0;
vs = glob_filename (temp);
if ((int)vs == -1)
if ((intptr_t)vs == -1)
{
free (temp);
return NULL;