Skip to content

Commit

Permalink
Show time compiled when opening world (after date compiled)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Jan 7, 2017
1 parent 24820fb commit cdfe9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.cpp
Expand Up @@ -776,7 +776,7 @@ void CMUSHclientDoc::SetUpOutputWindow (void)
Note (Translate ("Written by Nick Gammon."));
Note ("");
// show compilation date
Note (TFormat ("Compiled: %s.", __DATE__));
Note (TFormat ("Compiled: %s at %s.", __DATE__, __TIME__));
// show included library versions
Note (TFormat ("Using: %s, PCRE %s, PNG %s, SQLite3 %s, Zlib %s",
LUA_RELEASE,
Expand Down

0 comments on commit cdfe9ab

Please sign in to comment.