Skip to content

rinex str2time width overflowing field #192

Description

@ourairquality

Small nit, might the below change have been intended to be str2time(buff, 2, 27, time, tsys)

src/cpp/common/rinex.cpp
@@ -879,7 +878,7 @@ int decodeObsEpoch(
         if (flag >= 3 && flag <= 5)
             return n;
 
-        if (buff[0] != '>' || str2time(buff, 1, 28, time, tsys))
+        if (buff[0] != '>' || str2time(buff, 2, 29, time, tsys))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions