Fix condition for checking double pointer

This commit is contained in:
Gergely Polonkai 2014-09-24 11:34:27 +02:00
parent 510e440ef4
commit b34fc1c8a0

View File

@ -165,7 +165,7 @@ gswe_moon_phase_data_calculate_by_timestamp(
jd = gswe_timestamp_get_julian_day_et(timestamp, err);
if (*err) {
if (err && *err) {
return;
}