mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
core: fix integer overflow and return "unsigned long" in function util_version_number
This commit is contained in:
@@ -48,6 +48,6 @@ extern int util_parse_delay (const char *string_delay,
|
||||
unsigned long long *delay);
|
||||
|
||||
/* version */
|
||||
extern int util_version_number (const char *version);
|
||||
extern unsigned long util_version_number (const char *version);
|
||||
|
||||
#endif /* WEECHAT_UTIL_H */
|
||||
|
||||
Reference in New Issue
Block a user