Fix for a build bug.
Added a missing comma.
This commit is contained in:
parent
4e09f68e87
commit
555ea37d77
@ -522,7 +522,7 @@ int mi_create(const char *name,uint keys,MI_KEYDEF *keydefs,
|
|||||||
if (share.base.raid_type)
|
if (share.base.raid_type)
|
||||||
{
|
{
|
||||||
(void) fn_format(filename,name,"",MI_NAME_DEXT,2+4);
|
(void) fn_format(filename,name,"",MI_NAME_DEXT,2+4);
|
||||||
if ((dfile=my_raid_create(filename, 0, create_mode
|
if ((dfile=my_raid_create(filename, 0, create_mode,
|
||||||
share.base.raid_type,
|
share.base.raid_type,
|
||||||
share.base.raid_chunks,
|
share.base.raid_chunks,
|
||||||
share.base.raid_chunksize,
|
share.base.raid_chunksize,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user