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:
@@ -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:
|
||||
|
||||
@@ -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 :
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user