mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-09 04:49:43 -05:00
Merge branch 'master' into thesis/2018/exoplanets
This commit is contained in:
+2
-2
@@ -108,8 +108,8 @@ std::string_view Time::ISO8601() const {
|
||||
std::memset(b, 0, S);
|
||||
|
||||
SpiceManager::ref().dateFromEphemerisTime(_time, b, S, Format);
|
||||
|
||||
return std::string_view(b, S);
|
||||
|
||||
return std::string_view(b, S-1);
|
||||
}
|
||||
|
||||
void Time::ISO8601(char* buffer) const {
|
||||
|
||||
Reference in New Issue
Block a user