Skip to content

Commit

Permalink
corrected SIZE_T for column reading columnDelimiterData.columns
Browse files Browse the repository at this point in the history
  • Loading branch information
daddel80 committed Dec 20, 2023
1 parent 8276383 commit e685fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MultiReplacePanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2822,7 +2822,7 @@ void MultiReplace::handleCopyColumnsToClipboard()
std::string lineText;

// Process each column
for (int column : columnDelimiterData.columns) {
for (SIZE_T column : columnDelimiterData.columns) {
LRESULT startPos, endPos;

if (column == 1) {
Expand Down

0 comments on commit e685fb4

Please sign in to comment.