We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f94098 commit 267a5bdCopy full SHA for 267a5bd
src/burp/burp.cpp
@@ -1370,11 +1370,12 @@ int gbak(Firebird::UtilSvc* uSvc)
1370
if (file->fil_fd != INVALID_HANDLE_VALUE)
1371
{
1372
close_platf(file->fil_fd);
1373
- }
1374
- if (exit_code != FINI_OK &&
1375
- (tdgbl->action->act_action == ACT_backup_split || tdgbl->action->act_action == ACT_backup))
1376
- {
1377
- unlink_platf(tdgbl->toSystem(file->fil_name).c_str());
+
+ if (exit_code != FINI_OK &&
+ (tdgbl->action->act_action == ACT_backup_split || tdgbl->action->act_action == ACT_backup))
+ {
+ unlink_platf(tdgbl->toSystem(file->fil_name).c_str());
1378
+ }
1379
}
1380
1381
0 commit comments