Ray 3 месяцев назад
Родитель
Сommit
8116ebd9bb
1 измененных файлов: 4 добавлений и 1 удалений
  1. +4
    -1
      tools/rexm/rexm.c

+ 4
- 1
tools/rexm/rexm.c Просмотреть файл

@ -995,7 +995,10 @@ int main(int argc, char *argv[])
(strcmp(exInfo->authorGitHub, exInfoHeader->authorGitHub) != 0) ||
(exInfo->stars != exInfoHeader->stars) ||
(exInfo->verCreated != exInfoHeader->verCreated) ||
(exInfo->verUpdated != exInfoHeader->verUpdated)) exInfo->status |= VALID_INCONSISTENT_INFO;
(exInfo->verUpdated != exInfoHeader->verUpdated))
{
exInfo->status |= VALID_INCONSISTENT_INFO;
}
UnloadExampleInfo(exInfoHeader);
}

Загрузка…
Отмена
Сохранить