commit
This commit is contained in:
parent
6d363c7bec
commit
a13db7946f
1 changed files with 0 additions and 3 deletions
|
@ -481,8 +481,6 @@ void readConfs(ptConf confChain)
|
||||||
|
|
||||||
FILE *file = fopen("./data/confs", "r");
|
FILE *file = fopen("./data/confs", "r");
|
||||||
char line[100];
|
char line[100];
|
||||||
char *token;
|
|
||||||
|
|
||||||
//on vérifie que le fichier a bien été ouvert.
|
//on vérifie que le fichier a bien été ouvert.
|
||||||
|
|
||||||
if (file == NULL)
|
if (file == NULL)
|
||||||
|
@ -518,7 +516,6 @@ void readListeners(ptListener listenerChain)
|
||||||
|
|
||||||
FILE *file = fopen("./data/listeners", "r");
|
FILE *file = fopen("./data/listeners", "r");
|
||||||
char line[100];
|
char line[100];
|
||||||
char *token;
|
|
||||||
|
|
||||||
//on vérifie que le fichier a bien été ouvert.
|
//on vérifie que le fichier a bien été ouvert.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue