Skip to content

Commit

Permalink
Fix an undeclared variable from the conversion fixes.
Browse files Browse the repository at this point in the history
Not sure how I missed that in testing. :)
  • Loading branch information
genius3000 committed Sep 12, 2021
1 parent 763963e commit 67063bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hs_offer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ class CommandHSOfferList : public Command

if (!ho)
{
source.Reply("%d is an invalid entry number", number);
source.Reply("%s is an invalid entry number", match.c_str());
return;
}
}
Expand Down

0 comments on commit 67063bd

Please sign in to comment.