Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 6, 2024
1 parent 7ed99e0 commit 423cff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/performance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ int main()
{
lo_messages[i].memory = events[i];
lo_messages[i].exact_size = rtosc_message_length(events[i], 1024);
printf("%d: exact size: %lu\n",i, lo_messages[i].exact_size);
printf("%d: exact size: %d\n",i, (int)lo_messages[i].exact_size);
}

/*
Expand Down

0 comments on commit 423cff8

Please sign in to comment.