starting to add flipper
This commit is contained in:
@@ -30,7 +30,7 @@ int copytronRemove(copytron_flips* flips, copytron_file* file) {
|
||||
for(int i = 0; i < 100; i++) {
|
||||
if(flips->file_count != 0) {
|
||||
if(strcmp(flips->files[i].path, file->path)) {
|
||||
flips->files[i].path = "";
|
||||
//flips->files[i].path = 0x00;
|
||||
flips->files[i].file_path_len = 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user