Tab + grand pour value

This commit is contained in:
Rick 2020-12-15 22:42:11 +01:00
parent 312de614b8
commit 3655f20c53
Signed by: Rick
GPG key ID: 9570A7DB7CB2F436

View file

@ -9,7 +9,7 @@ void deux_partie(FILE *ptr)
int find = 0, tmp;
int nb_data = 0; // est incrémenté si arg bon
// ne pas changer lordre des deux tableaux sinon ça casse (jsp pk)
char value[10];
char value[11];
char key[3];
char *tmp_char = NULL;
fscanf(ptr, "%s:%s", key, value);