Skip to content

Commit

Permalink
Fix Part NUmber Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno De Bel authored and Bruno De Bel committed Feb 14, 2018
1 parent 23862f3 commit 0a4715d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/verifyBook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ std::string verifyBook::buildPartNumber(std::string& yearNumber, std::string& is
ss << ", ";
}

ss << "n\xc2\xba" << issueNumber;
ss << "n\xc2\xba " << issueNumber;
}

//std::cout << "RESULTE" << ss.str() << std::endl;
Expand Down

0 comments on commit 0a4715d

Please sign in to comment.