Skip to content

Commit

Permalink
commented out unused 'badcolname' string
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfitzpatrick authored and olebole committed Jan 28, 2024
1 parent 9f55961 commit 5c7784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utilities/nttools/tjoin/tjoin.x
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ string extraopt "|neither|first|both|"
string badextra "Illegal value for extrarows"
string badjnum "Number of join columns do not match"
string badtolnum "Number of tolereances and join columns do not match"
string badcolnam "Column name not found in table (%s)"
#string badcolnam "Column name not found in table (%s)"

bool clgetb()
int strdic()
Expand Down

0 comments on commit 5c7784c

Please sign in to comment.