diff options
author | Alex Borisov <b0ric.alex@gmail.com> | 2012-03-24 00:28:40 +0200 |
---|---|---|
committer | Alex Borisov <b0ric.alex@gmail.com> | 2012-03-24 00:28:40 +0200 |
commit | db10b50c84a4aaf5014e0f164b3f4f79ca222429 (patch) | |
tree | 8d4e05390d478046d9bc602f5bee91e07b6e8170 /client/Proxy.cpp | |
parent | 05712da90682fed84e2ecf7e3037d8aed29ecf83 (diff) |
FIX: speed calc problem, tray click fix, other
Diffstat (limited to 'client/Proxy.cpp')
-rw-r--r-- | client/Proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Proxy.cpp b/client/Proxy.cpp index 0854cbb..abfaf22 100644 --- a/client/Proxy.cpp +++ b/client/Proxy.cpp @@ -97,4 +97,4 @@ void ProxyEntryStatic::Parse(std::string entry) lp1 = lp2+1; speed = atoi(entry.substr(lp1).c_str()); } -
\ No newline at end of file + |