fixed dayjump

This commit is contained in:
Sublunar Space 2019-02-02 19:36:55 +01:00
parent 2fcfbc6971
commit d35e3f562f

View file

@ -339,6 +339,7 @@ const char * pmom(int days, long epoch, double latitude, double longitude, int b
//length += snprintf(Buffer+length, buflen-length, "%d setyes %d risetod %d settod %d risetom %d nhly %d dhlt %d nhlt %d pday %d\n", hm, solar[0], solar[1], solar[2], solar[3], solar[4], solar[5], solar[6], solar[7]);
if(j == days && h == 23) length += snprintf(Buffer+length, buflen-length, "");
else length += snprintf(Buffer+length, buflen-length, ", ");