-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error in calculation of file timestamp on Windows (bug #31080).
* liboctave/system/oct-time.h (file_time::file_time (OCTAVE_WIN_FILETIME&)), liboctave/system/oct-time.cc (file_time::file_time (), file_time::file_time (const std::string&)): Shift high order bits in the correct direction. (grafted from b11d73d38936c345fa188b0e9e863167f9c428b2)
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters