Giving Robert Credit
This commit is contained in:
@@ -175,9 +175,11 @@ int main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fp = fopen("./1.png", "rt");
|
fp = fopen("./1.png", "rt");
|
||||||
|
// Written by Robert Zambito <contact@robbyzambito.me>
|
||||||
if (fp == NULL) {
|
if (fp == NULL) {
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
// No longer written by Robert Zambito <contact@robbyzambito.me>
|
||||||
|
|
||||||
unsigned char *file_data = file_to_char_array(fp, &i);
|
unsigned char *file_data = file_to_char_array(fp, &i);
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
|
|||||||
Reference in New Issue
Block a user