From 11b3dd2874a60aec5ae286dc99f13bd4a5de4cd8 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 10 Nov 2010 16:34:56 +0100 Subject: Use type "unsigned long long" for API function string_format_size --- doc/en/weechat_plugin_api.en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/en') diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 1f19900d5..c62e39f18 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -1177,7 +1177,7 @@ Prototype: [source,C] ---------------------------------------- -char *weechat_string_format_size (unsigned long size); +char *weechat_string_format_size (unsigned long long size); ---------------------------------------- Arguments: -- cgit v1.2.3