/pidgin/main: 0d4e3eb3b383: Fix same issue as be5378bae40e on th...

Daniel Atallah datallah at pidgin.im
Tue Feb 19 19:41:20 EST 2013


Changeset: 0d4e3eb3b383ded077ff7b0b0339b72580333207
Author:	 Daniel Atallah <datallah at pidgin.im>
Date:	 2013-02-19 19:41 -0500
Branch:	 release-2.x.y
URL: https://hg.pidgin.im/pidgin/main/rev/0d4e3eb3b383

Description:

Fix same issue as be5378bae40e on the finch side.

diffstat:

 finch/gntlog.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/finch/gntlog.c b/finch/gntlog.c
--- a/finch/gntlog.c
+++ b/finch/gntlog.c
@@ -248,7 +248,7 @@ static void populate_log_tree(FinchLogVi
 									NULL);
 			gnt_tree_set_expanded(GNT_TREE(lv->tree), month, FALSE);
 
-			strncpy(prev_top_month, month, sizeof(prev_top_month));
+			g_strncpy(prev_top_month, month, sizeof(prev_top_month));
 		}
 
 		/* sub */



More information about the Commits mailing list