mirror of
https://dev.iopsys.eu/system/sysmngr.git
synced 2025-12-10 00:06:19 +01:00
Fix warning when vendor extn not enabled
This commit is contained in:
parent
afe85ce337
commit
d3a1696735
1 changed files with 1 additions and 1 deletions
|
|
@ -777,7 +777,7 @@ static int operate_DeviceInfoFirmwareImage_Activate(char *refparam, struct dmctx
|
|||
snprintf(buffer+len, sizeof(buffer)-len, " '%s' '%s' '%ld' '%d' '%s' '%s' '%s' '%s' '%s'\n",
|
||||
mode[i], bank_id, (DM_STRTOL(end_time[i]) - DM_STRTOL(start_time[i])),
|
||||
(i == last_idx), max_retries[i], (keep_config)?keep_config:"1",
|
||||
(keep_opconf)?keep_opconf:"1", config_scope, user_message[i]);
|
||||
(keep_opconf)?keep_opconf:"1", (config_scope)?config_scope:"", user_message[i]);
|
||||
|
||||
fprintf(file, "%s", buffer);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue