diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-13 03:09:00 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-13 03:09:00 +0100 |
commit | 0c87e4b9147abaf095b8b84e1e154ecf8da4829e (patch) | |
tree | 96024050ed23481baa278a188fa75e9c418b14be /plugins/upd | |
parent | 5128900666094c818dff9f1292a302c78b27b63f (diff) |
previous commit broke update checker, fix it
Diffstat (limited to 'plugins/upd')
-rw-r--r-- | plugins/upd/upd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index 89bdcf38..001cd9d2 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -70,7 +70,7 @@ print_version () { char *version = check_version (); - if (strcmp (version, xchat_get_info (ph, "version")) == 0) + if (strcmp (version, xchat_get_info (ph, "wdk_version")) == 0) { xchat_printf (ph, "You have the latest version of XChat-WDK installed!\n"); } |