1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 17:48:01 +02:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Brian Fiete 2021-04-11 07:04:23 -04:00
commit c77f861fb7
2 changed files with 2 additions and 2 deletions

View file

@ -425,7 +425,7 @@ namespace System.IO
ofn.mCustData = (int)Internal.UnsafeCastToPtr(this);
ofn.mFlagsEx = Windows.OFN_USESHELLITEM;
if (mDefaultExt != null && AddExtension)
ofn.mDefExt = mDefaultExt;
ofn.mDefExt = mDefaultExt.ToScopedNativeWChar!::();
DeleteContainerAndItems!(mFileNames);
mFileNames = null;