Skip to content

Commit

Permalink
back to previous - added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Aug 30, 2024
1 parent 917c816 commit d7a40cb
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 d7a40cb

Please sign in to comment.