fix: Corrected variable usage in _cnh_redir_fshook_rename function

This commit is contained in:
Filip Kolinsky
2026-09-13 19:14:01 +02:00
committed by voidderef
parent a2607be401
commit 03829a97a0
+1 -1
View File
@@ -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;