Przeglądaj źródła

Fix a possible compiler warning on some build systems.

tags/v0.3
Ben Kurtovic 11 lat temu
rodzic
commit
2596e697ae
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mwparserfromhell/parser/tokenizer.c

+ 1
- 1
mwparserfromhell/parser/tokenizer.c Wyświetl plik

@@ -1021,7 +1021,7 @@ Tokenizer_really_parse_entity(Tokenizer* self)
break;
j++;
}
text[i] = this;
text[i] = (char) this;
self->head++;
i++;
}


Ładowanie…
Anuluj
Zapisz