mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Remove unneeded code.
This commit is contained in:
@@ -176,7 +176,7 @@ namespace DiscImageChef
|
||||
|
||||
if(unicode == 0) break;
|
||||
|
||||
temp += Encoding.Unicode.GetString(System.BitConverter.GetBytes(unicode));
|
||||
temp += Encoding.Unicode.GetString(BitConverter.GetBytes(unicode));
|
||||
}
|
||||
|
||||
return temp;
|
||||
|
||||
Reference in New Issue
Block a user