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

This commit is contained in:
peter 2003-10-26 04:12:02 +00:00
parent 268d8c564b
commit 5200968edc

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;