MetPX / sarrac

C implementation of (a subset of) Sarracenia (large scale file transfer utility)
GNU General Public License v2.0
4 stars 1 forks source link

Issue #153 and #143 - include host.inc not found, and blank datestamps #162

Closed petersilva closed 1 month ago

petersilva commented 2 months ago

close #153

There were two problems here:

One commit for each problem.

petersilva commented 2 months ago

OK... I had a look at fixing #143 .. and found some debug printouts that were probably in the last release... harrumph... also found the actual answer... datetimestamps that were longer than what the C allowed for because they have 9 decimal places and a T... it didn't fit, so it got corrupted. Just increased the size to allow for that.