mirror of
https://dev.iopsys.eu/system/sysmngr.git
synced 2025-12-10 08:14:38 +01:00
Fix warning when vendor extn not enabled
This commit is contained in:
parent
42b1290590
commit
2643356bde
1 changed files with 1 additions and 1 deletions
|
|
@ -780,7 +780,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",
|
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])),
|
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",
|
(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);
|
fprintf(file, "%s", buffer);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue