64-bit fixes from lucho
This commit is contained in:
parent
93aa30a8df
commit
2634795b5f
4 changed files with 13 additions and 11 deletions
|
|
@ -24,7 +24,7 @@ unitsperline(Rectangle r, int d, int bitsperunit)
|
|||
int
|
||||
wordsperline(Rectangle r, int d)
|
||||
{
|
||||
return unitsperline(r, d, 8*sizeof(ulong));
|
||||
return unitsperline(r, d, 8*sizeof(u32int));
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue