mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 04:27:41 +00:00
removing erroronious cast
This commit is contained in:
parent
e5798a9618
commit
3200c4cfec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user