Skip to content

Commit

Permalink
fechando versão 1.1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stdmedoth committed Aug 6, 2021
1 parent 1fe6a51 commit 42aa1e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/etc/migrates.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ int remove_migrates(){
global_progress_bar_active = 1;
for(int cont=migrates_loaded_qnt-1; cont >= 0 ; cont--){
if(migrates_loaded[cont]){

int filepath_len = strlen(MIGRATE_FOLDER) + 2 + strlen(migrates_loaded[cont]);
char filepath[ filepath_len ];
sprintf(msg, "Executando arquivo %s", migrates_loaded[cont]);
Expand All @@ -158,7 +157,6 @@ int remove_migrates(){
global_progress_bar_active = 0;
if(error_migrate_popup())
return 1;

}
}
}
Expand Down

0 comments on commit 42aa1e8

Please sign in to comment.