From owner-cvs-all Sun Mar 3 21:30: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 935C137B402; Sun, 3 Mar 2002 21:30:04 -0800 (PST) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g245U4M55510; Sun, 3 Mar 2002 21:30:04 -0800 (PST) (envelope-from alfred) Message-Id: <200203040530.g245U4M55510@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 3 Mar 2002 21:30:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/echo echo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/03/03 21:30:04 PST Modified files: bin/echo echo.c Log: clarify code: add comments. don't get the length of each arg passed, only the last one. check against == or != NULL rather than using a pointer value as truth test. Revision Changes Path 1.12 +19 -6 src/bin/echo/echo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message