# HG changeset patch # User Eric Warmenhoven # Date 992197901 0 # Node ID 26ff22691f5e80dd4552ca2da056406a5d4efbbd # Parent 03bebfa8247febbdaf6651d955acae9f8b5457b0 [gaim-migrate @ 1993] whoops. committer: Tailor Script diff -r 03bebfa8247f -r 26ff22691f5e src/oscar.c --- a/src/oscar.c Sun Jun 10 02:18:39 2001 +0000 +++ b/src/oscar.c Sun Jun 10 18:31:41 2001 +0000 @@ -2597,7 +2597,7 @@ g_snprintf(info, sizeof(info), "%s", g->user->user_info); if (message) g_snprintf(away, sizeof(away), "%s", message); - aim_bos_setprofile(odata->sess, odata->conn, info, away, gaim_caps); + aim_bos_setprofile(odata->sess, odata->conn, info, message ? away : NULL, gaim_caps); if (g->away) g_free (g->away); g->away = NULL;