mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 11:56:38 +02:00
Aspell plugin is born again
This commit is contained in:
@@ -179,7 +179,7 @@ script_ptr2str (void *pointer)
|
||||
if (!pointer)
|
||||
return strdup ("");
|
||||
|
||||
snprintf (pointer_str, sizeof (pointer_str) - 1,
|
||||
snprintf (pointer_str, sizeof (pointer_str),
|
||||
"0x%x", (unsigned int)pointer);
|
||||
|
||||
return strdup (pointer_str);
|
||||
|
||||
Reference in New Issue
Block a user