summaryrefslogtreecommitdiff
path: root/doc/fr
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/fr
parent9ff51e04eb4c98da96c4228c957dee9c53ec5278 (diff)
downloadweechat-11b3dd2874a60aec5ae286dc99f13bd4a5de4cd8.zip
Use type "unsigned long long" for API function string_format_size
Diffstat (limited to 'doc/fr')
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index 3241d1b50..4357c8106 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -1191,7 +1191,7 @@ Prototype :
[source,C]
----------------------------------------
-char *weechat_string_format_size (unsigned long size);
+char *weechat_string_format_size (unsigned long long size);
----------------------------------------
Paramètres :