--- 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); } } ry'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/kiltdown
Commit message (Expand)AuthorAgeFilesLines
* Explicitly tag with MAKE_JOBS_UNSAFE.mi2009-04-081-0/+1
* NOT parallel-safe, after all :-(mi2009-04-081-1/+0
* Make it compile cleanly (with -Wall) on 64-bit platforms. It still doesmi2009-04-086-34/+469
* - Set NOT_FOR_ARCHS for amd64 and sparc64.gahr2008-06-111-0/+3
* - Unbreak - fix build with GCC 4.2gahr2008-06-113-9/+3
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-6/+5
* BROKEN with gcc 4.2kris2007-05-271-1/+7
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* - Add SHA256pav2005-11-251-0/+1
* - Unbreak on FreeBSD 5.X: variable p shouldn't be used for two completelypav2005-05-172-7/+22
* - drop maintainershipdinoex2004-10-141-1/+1
* - mark BROKEN with gcc34dinoex2004-08-111-1/+7
* - add SIZEdinoex2004-02-261-0/+1
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* - Fix incompatibility with gcc33dinoex2003-08-102-8/+55
* - mark BROKEN, incompatible with gcc33dinoex2003-08-031-1/+7
* - retire pkg-commentdinoex2003-02-211-1/+0
* - add COMMENTdinoex2003-02-211-0/+1
* - Fix build under CURRENTdinoex2002-12-255-1/+53
* CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' inknu2002-10-101-2/+2
* Update to QT3dinoex2002-09-099-5/+203
* BerkeleyDB cleanup - stage 2ade2002-08-231-2/+2
* Change PERL5 to SEDdinoex2002-06-17