Skip to content

Commit

Permalink
Merge pull request nasa#64 from thnkslprpt/fix-63-change-format-strin…
Browse files Browse the repository at this point in the history
…g-to-avoid-workflow-failure

Fix nasa#63, Change format string to avoid GCC workflow failure
  • Loading branch information
dzbaker authored Nov 2, 2022
2 parents 49d6a09 + 9e8122d commit 3493142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/src/ds_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ void DS_FileCloseDest(int32 FileIndex)
** Error - send event but leave destination enabled...
*/
CFE_EVS_SendEvent(DS_MOVE_FILE_ERR_EID, CFE_EVS_EventType_ERROR,
"FILE MOVE error: dir name = '%s', filename = '%s'", PathName, FileName);
"FILE MOVE error: dir name = '%s', filename = 'NULL'", PathName);
}

/* Update the path name for reporting */
Expand Down

0 comments on commit 3493142

Please sign in to comment.