mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: URL Decoding not working correctly
This commit is contained in:
@@ -51,7 +51,7 @@ namespace hex {
|
||||
i += 2;
|
||||
}
|
||||
}
|
||||
return input;
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user