Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
averater committed Oct 28, 2024
1 parent 624be87 commit d1a7906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/offlinelogstorage/dlt_offline_logstorage_behavior.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void dlt_logstorage_log_file_name(char *log_file_name,

const char *suffix =
".dlt.gz"; // Unknown here if gzip is used but we assume so as it leads
// to shorter avaialble space
// to shorter available space
const int smax = DLT_MOUNT_PATH_MAX - strlen(suffix) - 1;
int spos = 0;
log_file_name[spos] = '\0';
Expand Down

0 comments on commit d1a7906

Please sign in to comment.