Add the new extra argument also in the alpha case.
This commit is contained in:
parent
aadad92276
commit
0bb035b962
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105784
@ -810,7 +810,7 @@ Int_Open_Disk(const char *name, u_long size)
|
||||
dl.d_partitions[j].p_size,
|
||||
pname,part,
|
||||
dl.d_partitions[j].p_fstype,
|
||||
0) && j != 3)
|
||||
0, "") && j != 3)
|
||||
DPRINT((
|
||||
"Failed to add chunk for partition %c [%lu,%lu]",
|
||||
j + 'a', dl.d_partitions[j].p_offset,
|
||||
|
Loading…
Reference in New Issue
Block a user