mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
bugfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@218 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
20af1dfcfe
commit
c3a45ce00e
@ -33,7 +33,6 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||||||
{ "daychange", "Day changed to $[-2.0]{0}-$[-2.0]1 $2", 3, { 1, 1, 1 } },
|
{ "daychange", "Day changed to $[-2.0]{0}-$[-2.0]1 $2", 3, { 1, 1, 1 } },
|
||||||
{ "talking_with", "You are now talking with %_$0%_", 1, { 0 } },
|
{ "talking_with", "You are now talking with %_$0%_", 1, { 0 } },
|
||||||
{ "refnum_too_low", "Window number must be greater than 1", 0 },
|
{ "refnum_too_low", "Window number must be greater than 1", 0 },
|
||||||
{ "refnum_not_found", "No such window: $0", 1, { 0 } }, /*REMOVE!!!!!!!!*/
|
|
||||||
{ "windowlist_header", "Ref Name Active item Server Level", 0 },
|
{ "windowlist_header", "Ref Name Active item Server Level", 0 },
|
||||||
{ "windowlist_line", "$[3]0 %|$[20]1 $[15]2 $[15]3 $4", 5, { 1, 0, 0, 0, 0 } },
|
{ "windowlist_line", "$[3]0 %|$[20]1 $[15]2 $[15]3 $4", 5, { 1, 0, 0, 0, 0 } },
|
||||||
{ "windowlist_footer", "", 0 },
|
{ "windowlist_footer", "", 0 },
|
||||||
|
@ -348,7 +348,6 @@ static char *output_format_text_args(TEXT_DEST_REC *dest, FORMAT_REC *format, co
|
|||||||
|
|
||||||
/* read all optional arguments to arglist[] list
|
/* read all optional arguments to arglist[] list
|
||||||
so they can be used in any order.. */
|
so they can be used in any order.. */
|
||||||
memset(arglist, 0, sizeof(arglist)); /*REMOVE!!!!!!!*/
|
|
||||||
read_arglist(args, format,
|
read_arglist(args, format,
|
||||||
arglist, sizeof(arglist)/sizeof(void*),
|
arglist, sizeof(arglist)/sizeof(void*),
|
||||||
buffer, sizeof(buffer));
|
buffer, sizeof(buffer));
|
||||||
|
Loading…
Reference in New Issue
Block a user