mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a4af109a79
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.
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
--- 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);
|
|
}
|
|
|