Skip to content

Commit

Permalink
Fixed compiling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Howaner committed Dec 9, 2014
1 parent 209de02 commit e21159d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Root.cpp
Expand Up @@ -196,7 +196,7 @@ void cRoot::Start(void)
}
#endif

LOG("Startup complete, took %lld ms!", std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::steady_clock::now() - BeginTime).count());
LOG("Startup complete, took %ld ms!", std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::steady_clock::now() - BeginTime).count());
#ifdef _WIN32
EnableMenuItem(hmenu, SC_CLOSE, MF_ENABLED); // Re-enable close button
#endif
Expand Down

0 comments on commit e21159d

Please sign in to comment.