use 1024 for buffer size, otherwise it crashes (why?)

This commit is contained in:
berkeviktor@aol.com
2011-01-12 19:00:59 +01:00
parent a747cf62be
commit 669a6a66cb
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/* XChat-WDK
* Copyright (c) 2010 Berke Viktor.
* Copyright (c) 2010-2011 Berke Viktor.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -91,7 +91,7 @@ xchat_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, char **plugi
*plugin_name = "Update Checker";
*plugin_desc = "Plugin for checking for XChat-WDK updates";
*plugin_version = "1.1";
*plugin_version = "1.2";
xchat_hook_command (ph, "UPDCHK", XCHAT_PRI_NORM, print_version, 0, 0);
xchat_command (ph, "MENU -ietc\\download.png ADD \"Help/Check for Updates\" \"UPDCHK\"");