This commit is contained in:
Micah Cowan 2023-12-04 09:02:19 -07:00 committed by GitHub
commit 466f1959c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1076,9 +1076,10 @@ int main(int argc, char **argv) {
int command,file_exists;
char temp_string[BUFSIZ];
char apple_filename[31],new_filename[31];
char apple_path[BUFSIZ];
char local_filename[BUFSIZ];
char apple_filename[31] = {};
char new_filename[31] = {};
char apple_path[BUFSIZ] = {};
char local_filename[BUFSIZ] = {};
char *result_string;
int always_yes=0;
char *temp,*endptr;