Skip to content

Commit cdfe9ab

Browse files
committed
Show time compiled when opening world (after date compiled)
1 parent 24820fb commit cdfe9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ void CMUSHclientDoc::SetUpOutputWindow (void)
776776
Note (Translate ("Written by Nick Gammon."));
777777
Note ("");
778778
// show compilation date
779-
Note (TFormat ("Compiled: %s.", __DATE__));
779+
Note (TFormat ("Compiled: %s at %s.", __DATE__, __TIME__));
780780
// show included library versions
781781
Note (TFormat ("Using: %s, PCRE %s, PNG %s, SQLite3 %s, Zlib %s",
782782
LUA_RELEASE,

0 commit comments

Comments
 (0)