summaryrefslogtreecommitdiff
path: root/comms/zmtx-zmrx/files/patch-02
blob: f7bb186643591a75b4d21f2d1417c93264955a85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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);
 }