Skip to content

Commit

Permalink
mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Sep 4, 2024
1 parent a421002 commit b6ed55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CoinLpIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
/************************************************************************/

CoinLpIO::CoinLpIO()
: problemName_(NULL)
: problemName_(CoinStrdup(""))
, defaultHandler_(true)
, numberRows_(0)
, numberColumns_(0)
Expand Down Expand Up @@ -94,7 +94,7 @@ CoinLpIO::CoinLpIO()
// Copy constructor
//-------------------------------------------------------------------
CoinLpIO::CoinLpIO(const CoinLpIO &rhs)
: problemName_(NULL)
: problemName_(CoinStrdup(""))
, defaultHandler_(true)
, numberRows_(0)
, numberColumns_(0)
Expand Down

0 comments on commit b6ed55a

Please sign in to comment.