# HG changeset patch # User Sean Egan # Date 1130099293 0 # Node ID 73f58cd259518742322af1b176947063c3c777a5 # Parent 14675df16cd82920f39c5e9f1f95c2d47bd0e4b9 [gaim-migrate @ 14050] Everytime I think I can make a simple commit without compiling first, I'm proved wrong. committer: Tailor Script diff -r 14675df16cd8 -r 73f58cd25951 src/gtkconv.c --- a/src/gtkconv.c Sun Oct 23 20:21:53 2005 +0000 +++ b/src/gtkconv.c Sun Oct 23 20:28:13 2005 +0000 @@ -4941,7 +4941,7 @@ if (im != NULL && gaim_conv_im_get_typing_state(im) == GAIM_TYPING) { - strncpy(style, "color=\"#47A046\", sizeof(style)); + strncpy(style, "color=\"#47A046\"", sizeof(style)); } else if (im != NULL && gaim_conv_im_get_typing_state(im) == GAIM_TYPED)