Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160833 Details for
Bug 250621
Stellarium crashes with LANG set to is_IS.UTF-8
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Patch to solve the weekday issue
stellarium-0.8.2-tm.patch (text/plain), 555 bytes, created by
Jochen Schmitt
on 2007-08-07 18:10:18 UTC
(
hide
)
Description:
Patch to solve the weekday issue
Filename:
MIME Type:
Creator:
Jochen Schmitt
Created:
2007-08-07 18:10:18 UTC
Size:
555 bytes
patch
obsolete
>+++ stellarium-0.8.2/src/stelapp.cpp 2007-08-07 19:13:02.000000000 +0200 >--- stellarium-0.8.2/src/stellastro/julian_day.c.tmx 2007-08-07 19:37:01.000000000 +0200 >+++ stellarium-0.8.2/src/stellastro/julian_day.c 2007-08-07 19:37:51.000000000 +0200 >@@ -74,6 +74,7 @@ void get_tm_from_julian(double JD, struc > tm_time->tm_min = date.minutes; > tm_time->tm_hour = date.hours; > tm_time->tm_mday = date.days; >+ tm_time->tm_wday = fmod(JD + 1.0, 7); > tm_time->tm_mon = date.months - 1; > tm_time->tm_year = date.years - 1900; > tm_time->tm_isdst = -1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 250621
:
160547
| 160833