Skip to content

Commit

Permalink
Just mark where work needs to be continued
Browse files Browse the repository at this point in the history
  • Loading branch information
gzotti committed Sep 17, 2024
1 parent f3f045b commit 37d6df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/StelCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1413,6 +1413,7 @@ double StelCore::getUTCOffset(const double JD) const
// Complete the cache object and hash it.
u.loc= & const_cast<StelLocation &>(loc);
u.tz = & const_cast<QTimeZone&>(tz);
// TODO FIXME ERROR: We must hash the contents, not the pointer!
size_t dateLocHash=qHash(&u);

qint64 shiftInSeconds;
Expand Down

0 comments on commit 37d6df9

Please sign in to comment.