mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Change the name to Glaurung clone
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
e5cc6f6b85
commit
01dd46a309
1 changed files with 3 additions and 3 deletions
|
@ -78,12 +78,12 @@ const std::string engine_name() {
|
|||
size_t mon = 1 + months.find(date.substr(0, 3)) / 4;
|
||||
|
||||
std::stringstream s;
|
||||
s << "Glaurung " << date.substr(date.length() - 2) << std::setfill('0')
|
||||
s << "Glaurung clone " << date.substr(date.length() - 2) << std::setfill('0')
|
||||
<< std::setw(2) << mon << date.substr(4, 2);
|
||||
|
||||
return s.str();
|
||||
} else
|
||||
return "Glaurung " + EngineVersion;
|
||||
return "Glaurung clone " + EngineVersion;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue