Skip to content

Commit

Permalink
reset the string to the new value (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-m-adams authored Jan 26, 2025
1 parent 7a723c1 commit 76d14f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deluge/gui/views/session_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3596,6 +3596,7 @@ void SessionView::copyClipName(Clip* source, Clip* target, Output* targetOutput)
while (targetOutput->getClipFromName(&newNameString) != nullptr) {
newName.truncate(end);
newName.appendInt(counter++);
newNameString.set(newName.data());
}
target->name.set(newName.data());
}
Expand Down

0 comments on commit 76d14f4

Please sign in to comment.