minor rename
This commit is contained in:
parent
817384d6a8
commit
3c8e4a9109
@ -356,7 +356,7 @@
|
||||
+ return *buffer32;
|
||||
+}
|
||||
+
|
||||
+int FindMeatEnd(FILE* file) {
|
||||
+int FindBaseBinaryEdge(FILE* file) {
|
||||
+ int read;
|
||||
+ uint8_t buffer[4096];
|
||||
+
|
||||
@ -499,7 +499,7 @@
|
||||
+ exit(1);
|
||||
+ }
|
||||
+
|
||||
+ int position = FindMeatEnd(file);
|
||||
+ int position = FindBaseBinaryEdge(file);
|
||||
+ int size;
|
||||
+ char* bakery = NULL;
|
||||
+ char env[64];
|
||||
|
||||
@ -417,7 +417,7 @@
|
||||
+ return *buffer32;
|
||||
+}
|
||||
+
|
||||
+int FindMeatEnd(FILE* file) {
|
||||
+int FindBaseBinaryEdge(FILE* file) {
|
||||
+ int read;
|
||||
+ uint8_t buffer[4096];
|
||||
+
|
||||
@ -560,7 +560,7 @@
|
||||
+ exit(1);
|
||||
+ }
|
||||
+
|
||||
+ int position = FindMeatEnd(file);
|
||||
+ int position = FindBaseBinaryEdge(file);
|
||||
+ int size;
|
||||
+ char* bakery = NULL;
|
||||
+ char env[64];
|
||||
|
||||
@ -440,7 +440,7 @@
|
||||
+ return *buffer32;
|
||||
+}
|
||||
+
|
||||
+int FindMeatEnd(FILE* file) {
|
||||
+int FindBaseBinaryEdge(FILE* file) {
|
||||
+ int read;
|
||||
+ uint8_t buffer[4096];
|
||||
+
|
||||
@ -583,7 +583,7 @@
|
||||
+ exit(1);
|
||||
+ }
|
||||
+
|
||||
+ int position = FindMeatEnd(file);
|
||||
+ int position = FindBaseBinaryEdge(file);
|
||||
+ int size;
|
||||
+ char* bakery = NULL;
|
||||
+ char env[64];
|
||||
|
||||
@ -455,7 +455,7 @@
|
||||
+ return *buffer32;
|
||||
+}
|
||||
+
|
||||
+int FindMeatEnd(FILE* file) {
|
||||
+int FindBaseBinaryEdge(FILE* file) {
|
||||
+ int read;
|
||||
+ uint8_t buffer[4096];
|
||||
+
|
||||
@ -598,7 +598,7 @@
|
||||
+ exit(1);
|
||||
+ }
|
||||
+
|
||||
+ int position = FindMeatEnd(file);
|
||||
+ int position = FindBaseBinaryEdge(file);
|
||||
+ int size;
|
||||
+ char* bakery = NULL;
|
||||
+ char env[64];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user