Libgourou

Libgourou Commit Details

Date:2023-01-04 10:16:56 (8 months 19 days ago)
Author:Berwyn
Branch:master
Commit:ffd2004cbb42f9e0cf244071ce9731ef2fe48a9f
Parents: c41dd46ca7aa024f057895eda52a9f6b8ea280a7
Message:Correct 'any book loaned' message

Changes:
Mutils/adept_loan_mgt.cpp (1 diff)

File differences

utils/adept_loan_mgt.cpp
209209
210210
211211
212
212
213213
214214
215215
{
if (!loanedBooks.size())
{
std::cout << "Any book loaned" << std::endl;
std::cout << "No books loaned" << std::endl;
return;
}

Archive Download the corresponding diff file