diff options
Diffstat (limited to 'comms/zmtx-zmrx/files')
-rw-r--r-- | comms/zmtx-zmrx/files/patch-01 | 29 | ||||
-rw-r--r-- | comms/zmtx-zmrx/files/patch-02 | 11 |
2 files changed, 40 insertions, 0 deletions
diff --git a/comms/zmtx-zmrx/files/patch-01 b/comms/zmtx-zmrx/files/patch-01 new file mode 100644 index 000000000000..dd6d0d8799cc --- /dev/null +++ b/comms/zmtx-zmrx/files/patch-01 @@ -0,0 +1,29 @@ +--- zmrx.c.orig Sun Oct 13 12:25:53 1996 ++++ zmrx.c Mon Oct 14 20:17:03 1996 +@@ -70,7 +70,7 @@ + + cps = ftell(fp) / duration; + +- fprintf(stderr,"zmrx: receiving file \"%s\" %8ld bytes (%3d %%/%5d cps) \r", ++ fprintf(stderr,"receiving file \"%s\" %8ld bytes (%3d %%/%5d cps)\r", + name,ftell(fp),percentage,cps); + } + +@@ -223,7 +223,7 @@ + } + + if (opt_v) { +- fprintf(stderr,"zmrx: receiving file \"%s\"\r",name); ++ fprintf(stderr,"receiving file \"%s\"\r",name); + } + + sscanf(rx_data_subpacket + strlen(rx_data_subpacket) + 1, +@@ -342,7 +342,7 @@ + */ + + if (opt_v) { +- fprintf(stderr,"zmrx: received file \"%s\" \n",name); ++ fprintf(stderr,"zmrx: received file \"%s\"\n",name); + } + } + 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); + } + |