# HG changeset patch # User Herman Bloggs # Date 1040678996 0 # Node ID b1c9eef8fa12d184217b9584bbcbff9c692707ef # Parent 69c049c48a96fa7f722f73864682ac3b90ac4c63 [gaim-migrate @ 4339] filter_break was breaking win32 gaimrc_read_plugins committer: Tailor Script diff -r 69c049c48a96 -r b1c9eef8fa12 src/gaimrc.c --- a/src/gaimrc.c Mon Dec 23 20:32:52 2002 +0000 +++ b/src/gaimrc.c Mon Dec 23 21:29:56 2002 +0000 @@ -449,7 +449,9 @@ p = parse_line(buf, &parse_buffer); if (!strcmp(p->option, "plugin")) { +#ifndef _WIN32 filter_break(p->value[0]); +#endif load = g_slist_append(load, g_strdup(p->value[0])); } }