Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Fix some dumb last-minute changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
luser committed Jun 10, 2014
1 parent e44091e commit 16c457b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CommandEventHandler.cpp
Expand Up @@ -534,7 +534,7 @@ CommandEventHandler::uptimemillis()
return out.str();
#else
return "not implemented";
#else
#endif
}
// TODO rotation

Expand Down
2 changes: 1 addition & 1 deletion src/Shell.cpp
Expand Up @@ -20,7 +20,7 @@
std::string
mac_address_string(BYTE mac[MAX_ADAPTER_ADDRESS_LENGTH], DWORD length)
{
std::string s(17);
std::string s;
for (DWORD i = 0; i < length; i++) {
if (i != 0) {
s.append(":");
Expand Down

0 comments on commit 16c457b

Please sign in to comment.