freebsd-ports/comms/zmtx-zmrx/files/patch-02
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

11 lines
326 B
Text

--- zmtx.c.orig Sat Oct 19 08:53:36 1996
+++ zmtx.c Sat Oct 19 08:53:14 1996
@@ -65,7 +65,7 @@
cps = ftell(fp) / duration;
- fprintf(stderr,"zmtx: sending file \"%s\" %8ld bytes (%3d %%/%5d cps) \r",
+ fprintf(stderr,"sending file \"%s\" %8ld bytes (%3d %%/%5d cps)\r",
name,ftell(fp),percentage,cps);
}