X-Git-Url: https://git.piment-noir.org/?p=TP_AL_C.git;a=blobdiff_plain;f=lexer%2Fmain.c;h=8122023c63a6a6ded748ea99eda9cfba89d1e840;hp=26ba1d5594ada06869ac350d6235bce78b048812;hb=a2ddf6fa81ecebe495d16e59af7575d384bfaf37;hpb=91e467775142590b4ffd1063e61a1edf33679323 diff --git a/lexer/main.c b/lexer/main.c index 26ba1d5..8122023 100644 --- a/lexer/main.c +++ b/lexer/main.c @@ -87,6 +87,7 @@ init: } MC1: + // FIXME: Partial match need a rewind in the characters extraction from the file if (c == Titre[j] && j < strlen(Titre) - 1) { c = fgetc(source); tokenValue[i] = c;