Ver código fonte

modules/tm: fixed typo

Jason Penton 11 anos atrás
pai
commit
5e9d4e1f60
1 arquivos alterados com 1 adições e 1 exclusões
  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;
 }