mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2026-09-25 07:37:56 +03:00
fix: Corrected variable usage in _cnh_redir_fshook_rename function
This commit is contained in:
committed by
voidderef
parent
a2607be401
commit
03829a97a0
@@ -205,7 +205,7 @@ static enum cnh_result _cnh_redir_fshook_rename(struct cnh_fshook_irp *irp)
|
||||
_cnh_redir_init();
|
||||
|
||||
res_old = _cnh_redir_check(irp->rename_old);
|
||||
res_new = _cnh_redir_check(irp->rename_old);
|
||||
res_new = _cnh_redir_check(irp->rename_new);
|
||||
|
||||
if (res_old != NULL) {
|
||||
irp->rename_old = res_old;
|
||||
|
||||
Reference in New Issue
Block a user