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

More appropriate buffer sizes

master
Bert 14 лет назад
Родитель
Сommit
cfed65d36f
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      main.c
  2. +1
    -1
      util.c

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

@@ -41,7 +41,7 @@ img_t img;
win_t win;

#define DNAME_CNT 512
#define FNAME_CNT 4096
#define FNAME_CNT 1024
const char **filenames;
int filecnt, fileidx;
size_t filesize;


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

@@ -22,7 +22,7 @@
#include "options.h"
#include "util.h"

#define FNAME_LEN 10
#define FNAME_LEN 512

void cleanup();



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