Skip to content
Snippets Groups Projects
Commit bc6c194b authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

make iegDateTime non static (gcc compiler error)

parent df834761
No related branches found
No related tags found
No related merge requests found
......@@ -852,7 +852,7 @@ void iegCmpRecord(int streamID, int tsID, int recID, off_t position, int param,
Message(func, "varID = %d levelID = %d", varID, levelID);
}
static
void iegDateTime(int *pdb, int *date, int *time)
{
int ryear, rmonth, rday, rhour, rminute;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment