updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / bitlbee-otr / otr-background-color.diff
blob508e1ce919df1c1c9313219b19511d17387985a0
1 --- otr.c 2010-07-09 00:19:37.087035462 +0200
2 +++ otr.c 2010-07-09 00:19:48.361281446 +0200
3 @@ -349,7 +349,7 @@
4 color=3; /* green */
5 else
6 color=5; /* red */
7 - colormsg = g_strdup_printf("\x03%.2d,00%s\x0F", color, newmsg);
8 + colormsg = g_strdup_printf("\x03%.2d%s\x0F", color, newmsg);
9 } else {
10 colormsg = g_strdup(newmsg);