mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 01:18:02 +02:00
Merge pull request #1630 from disarray2077/linux_fixes
Make `GetLocalTimeZoneFromTzFile` not crash and add willdcard check to `BfpFindFileData_CheckFilter`
This commit is contained in:
commit
69739d9329
16 changed files with 469 additions and 17 deletions
|
@ -1942,7 +1942,8 @@ namespace System {
|
|||
}
|
||||
// the data returned from the PAL is completely bogus; return a dummy entry
|
||||
return CreateCustomTimeZone(c_localId, TimeSpan.Zero, c_localId, c_localId);*/
|
||||
Runtime.NotImplemented();
|
||||
// TODO: Not implemented.
|
||||
return Utc;
|
||||
}
|
||||
#endif // !FEATURE_WIN32_REGISTRY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue