Просмотр исходного кода

Update rmodels.c

pull/2063/head
Ray 3 лет назад
Родитель
Сommit
9ac5a96408
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/rmodels.c

+ 1
- 1
src/rmodels.c Просмотреть файл

@ -4555,7 +4555,7 @@ static unsigned char *DecodeBase64(char *data, int *outputLength)
{
if (data[4*i + 3] == '=')
{
if (data[4*i + 2] == '=') size += 1;
if (data[4*i + 2] == '=') outLength += 1;
else outLength += 2;
}
else outLength += 3;

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