diff options
Diffstat (limited to 'hotline/file_resume_data.go')
| -rw-r--r-- | hotline/file_resume_data.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/file_resume_data.go b/hotline/file_resume_data.go index c9f27f6..1926bc6 100644 --- a/hotline/file_resume_data.go +++ b/hotline/file_resume_data.go @@ -24,7 +24,7 @@ func (ft ForkType) String() string { } type ForkInfoList struct { - Fork ForkType // "DATA" or "MACR" + Fork ForkType // "DATA", "INFO", or "MACR" DataSize [4]byte // offset from which to resume the transfer of data RSVDA [4]byte // Present in the Hotline protocol docs, but unused. Left here for documentation purposes. RSVDB [4]byte // Present in the Hotline protocol docs, but unused. Left here for documentation purposes. |