summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-11-10 16:34:56 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-11-10 16:34:56 +0100
commit11b3dd2874a60aec5ae286dc99f13bd4a5de4cd8 (patch)
tree5ec615e476c1b12f89f6293c224f28b58a0fca94 /doc/en
parent9ff51e04eb4c98da96c4228c957dee9c53ec5278 (diff)
downloadweechat-11b3dd2874a60aec5ae286dc99f13bd4a5de4cd8.zip
Use type "unsigned long long" for API function string_format_size
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_plugin_api.en.txt2
1 files changed, 1 insertions, 1 deletions
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: