Commit graph

4 commits

Author SHA1 Message Date
Alexey Dokuchaev
14dd95e6f7 Fix double fclose() when local file exists in receive_file().
Submitted by:	Andy Xie (andy.xie.sz@gmail.com)
Approved by:	delphij (maintainer, implicit)
Feature safe:	yes
2013-04-22 07:28:11 +00:00
Alexey Dokuchaev
d2da949f14 - Do not call cleanup() in usage() (read: before fd_init()). Doing so can
mangle your terminal badly (in fact, it does very noticeably on Linux)
- While here, trim Makefile header, improve COMMENT, use MANPREFIX when
  installing manual pages, sort knobs, et cetera

Submitted by:	Andy Xie (andy.xie.sz@gmail.com)
Approved by:	delphij (maintainer)
Feature safe:	yes
2013-04-20 05:15:05 +00:00
Xin LI
4338c46beb Fix build when CC=clang. 2011-07-23 00:33:57 +00:00
David E. O'Brien
a4af109a79 zmtx and zmrz impliement the ZMODEM error correcting protocol used to
send/receive files over a dial-in serial port.  And they do one thing
and only one thing -- transmit files.  They don't do file conversions,
they don't do remote commands, or any of that other stuff.
1996-12-08 23:39:32 +00:00