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