mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add the new extra argument also in the alpha case.
This commit is contained in:
parent
aadad92276
commit
0bb035b962
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue