Subject: Re: CVS commit: basesrc/games/ppt
To: Andrew Brown <atatat@atatdot.net>
From: Kimmo Suominen <kim@netbsd.org>
List: source-changes
Date: 11/26/2002 17:03:32
Umm... I suck?  :-)

Maybe I shouldn't look at code in between work emails...

Maybe I should write /usr/src/regress/games/ppt/...

+ Kim


| From:    Andrew Brown <atatat@atatdot.net>
| Date:    Tue, 26 Nov 2002 16:55:02 -0500
|
| >If I pipe this email to "ppt | ppt -d" I get the newlines exactly as
| >in the original.
|
| 	% echo foo | ppt | ppt -d
| 	foo
|
| 	% echo -n foo | ppt | ppt -d
| 	foo
|
| imho, the blank line after the first run shouldn't be there.  it
| should only be printed if needed.  perhaps, if we wish to be more
| pedantic, no extra newlines should be printed at all.
|
| >I fixed the dflag issue, and then read your email, and figured out
| >the argv issue (first arg skipped).
|
| um...almost.  after the puts(EDGE), you should check for argc > 0, not
| argc > 1.
|
| --
| |-----< "CODE WARRIOR" >-----|
| codewarrior@daemon.org             * "ah!  i see you have the internet
| twofsonet@graffiti.com (Andrew Brown)                that goes *ping*!"
| werdna@squooshy.com       * "information is power -- share the wealth."
|