mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-10 11:34:19 +03:00
Correct alignment (thx Jaime Cagigal)
This commit is contained in:
parent
f855774e1a
commit
103f99c210
@ -332,7 +332,7 @@ void CloseOutlineFont(struct OutlineFont *of, struct List *list)
|
||||
int64 GetFileSize(BPTR fh)
|
||||
{
|
||||
int32 size = 0;
|
||||
struct FileInfoBlock *fib = malloc(sizeof(struct FileInfoBlock));
|
||||
struct FileInfoBlock *fib = AllocDosObject(DOS_FIB, NULL);
|
||||
if(fib == NULL) return 0;
|
||||
|
||||
ExamineFH(fh, fib);
|
||||
|
Loading…
x
Reference in New Issue
Block a user