Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 17, 2024
1 parent 458112c commit dfba762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugs/undo-test/undo-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ namespace clap {
snprintf(buffer, sizeof (buffer), "UNDO increment %d -> %d", delta.old_value, delta.new_value);
_host.log(CLAP_LOG_INFO, buffer);

_host.undoChangeMade("inc", &delta, sizeof(delta), true);
_host.undoChangeMade(buffer, &delta, sizeof(delta), true);
}

bool UndoTest::init() noexcept {
Expand Down

0 comments on commit dfba762

Please sign in to comment.