diff options
Diffstat (limited to 'comms/zmtx-zmrx/files/patch-02')
-rw-r--r-- | comms/zmtx-zmrx/files/patch-02 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/zmtx-zmrx/files/patch-02 b/comms/zmtx-zmrx/files/patch-02 new file mode 100644 index 000000000000..f7bb18664359 --- /dev/null +++ b/comms/zmtx-zmrx/files/patch-02 @@ -0,0 +1,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); + } + |