This commit is contained in:
Bruce Mitchener 2013-08-24 13:23:47 +07:00
Родитель c92cb54442
Коммит 4830246784
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -58,7 +58,7 @@ int main() {
printf("prepare..\n");
#define SIZE 203164
FILE *f = open("screenshot.not", "rb");
FILE *f = fopen("screenshot.not", "rb");
char *buffer = malloc(SIZE);
fread(buffer, SIZE, 1, f);
fclose(f);