summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Yahoo/util.cpp')
-rw-r--r--protocols/Yahoo/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Yahoo/util.cpp b/protocols/Yahoo/util.cpp
index 62afef5a56..9e3c45d8bc 100644
--- a/protocols/Yahoo/util.cpp
+++ b/protocols/Yahoo/util.cpp
@@ -346,7 +346,7 @@ void CYahooProto::YAHOO_utils_logversion()
#ifdef YAHOO_CVSBUILD
_snprintf(str, sizeof(str), "Yahoo v%d.%d.%d.%da (%s %s)", (pluginInfo.version >> 24) & 0xFF, (pluginInfo.version >> 16) & 0xFF,
- (pluginInfo.version >> 8) & 0xFF, pluginInfo.version & 0xFF, __DATE__, __TIME__);
+ (pluginInfo.version >> 8) & 0xFF, pluginInfo.version & 0xFF);
#else
_snprintf(str, sizeof(str), "Yahoo v%d.%d.%d.%d", (pluginInfo.version >> 24) & 0xFF, (pluginInfo.version >> 16) & 0xFF,
(pluginInfo.version >> 8) & 0xFF, pluginInfo.version & 0xFF);