mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07:00
switch check typo
This commit is contained in:
+1
-1
@@ -3841,7 +3841,7 @@ lnk_run(int argc, char **argv)
|
||||
|
||||
// cleanup disk
|
||||
os_delete_file_at_path(linker_manifest_path);
|
||||
if (config->delete_manifest) {
|
||||
if (config->delete_manifest == LNK_SwitchState_Yes) {
|
||||
os_delete_file_at_path(manifest_path);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user