mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-16 12:20:12 +10:00
Implement Qualcomm Sahara VIP and fix a few bugs
* Qualcomm Sahara VIP * Project Cleanup * Allow unlocking an already unlocked phone
This commit is contained in:
@@ -39,7 +39,7 @@ namespace DiscUtils.Fat
|
||||
|
||||
internal FatFileSystemOptions(FileSystemParameters parameters)
|
||||
{
|
||||
if (parameters != null && parameters.FileNameEncoding != null)
|
||||
if (parameters?.FileNameEncoding != null)
|
||||
{
|
||||
FileNameEncoding = parameters.FileNameEncoding;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user