1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

Use type "unsigned long long" for API function string_format_size

This commit is contained in:
Sebastien Helleu
2010-11-10 16:34:56 +01:00
parent 9ff51e04eb
commit 11b3dd2874
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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 :
+1 -1
View File
@@ -1198,7 +1198,7 @@ Prototipo:
[source,C]
----------------------------------------
char *weechat_string_format_size (unsigned long size);
char *weechat_string_format_size (unsigned long long size);
----------------------------------------
Argomenti: