removing erroronious cast

This commit is contained in:
jdunn%netscape.com 1999-06-28 20:00:42 +00:00
parent e5798a9618
commit 3200c4cfec

View File

@ -489,7 +489,7 @@ int XP_FileWrite (const void* source, int32 count, XP_File file)
else
realCount = count;
return( fwrite( source, 1, realCount, (unsigned int)file ) );
return( fwrite( source, 1, realCount, file ) );
}
/* The user can set these on the preferences dialogs; the front end