warnings suck

SVN revision: 5095
This commit is contained in:
Tom Gilbert 2001-08-11 00:47:49 +00:00
parent 64cbfee4fe
commit dd082b7d0b
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ __imlib_FileKey(const char *file)
int go;
go = 0;
p1 = file;
p1 = (char *)file;
p2 = newfile;
while (p1[0])
{
@ -61,7 +61,7 @@ __imlib_FileRealFile(const char *file)
{
char *p1, *p2;
p1 = file;
p1 = (char *)file;
p2 = newfile;
while (p1[0])
{