Skip to content

Commit

Permalink
src: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurmento committed Jan 4, 2025
1 parent d8fda3b commit 40cb73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug/traces/starpu_fxt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ static void handle_codelet_details(struct fxt_ev_native *ev, struct starpu_fxt_o
long unsigned int tid = ev->param[7];

struct _thread_info *thread_info = get_thread_info(tid, worker, 0);
char parameters[STARPU_POTI_STR_LEN];
char parameters[STARPU_TRACE_STR_LEN];
size_t eaten = 0;
if (!thread_info->codelet_parameter)
snprintf(parameters, sizeof(parameters) - 1, "nodata");
Expand Down

0 comments on commit 40cb73c

Please sign in to comment.