commit
This commit is contained in:
parent
a70b104817
commit
36319a7b7f
8 changed files with 207 additions and 153 deletions
|
@ -94,8 +94,10 @@ void saveRelations(ptConf confChain) {
|
|||
FILE *file = fopen("./data/relations", "w");
|
||||
ptConf px = confChain;
|
||||
ptListenerList py;
|
||||
printf("test");
|
||||
while(px -> next != NULL){
|
||||
py = px -> listeners;
|
||||
printf("test");
|
||||
py = px -> listeners -> next;
|
||||
|
||||
if (py -> next != NULL) {
|
||||
fprintf(file, "%d:", px -> id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue