Browse Source

modules/tm: fixed typo

Jason Penton 11 năm trước cách đây
mục cha
commit
5e9d4e1f60
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      modules/tm/tm_load.c

+ 1 - 1
modules/tm/tm_load.c

@@ -149,7 +149,7 @@ int load_tm( struct tm_binds *tmb)
 #endif
 	tmb->t_append_branches = t_append_branches;
 	tmp->t_load_contacts = t_load_contacts;
-	tmp->t_next_contacts = t_next_contacts;
+	tmb->t_next_contacts = t_next_contacts;
 	return 1;
 }