Subject: Re: PARSING OPTION?
To: Juan RP <xtraeme@netbsd.org>
From: Kouichirou Hiratsuka <hira@po6.nsk.ne.jp>
List: tech-pkg
Date: 08/14/2004 21:15:19
Hello,

At Sat, 14 Aug 2004 13:29:48 +0200,
Juan RP wrote:
> 
> What's this "PARSING OPTION" message? something has been
> modified in this week...
>
This message is outputted by patch(1).

best regards.

--
 Kouichirou Hiratsuka
   hira@po6.nsk.ne.jp

Index: usr.bin/patch/patch.c
===================================================================
RCS file: /cvs/cvsroot/src/usr.bin/patch/patch.c,v
retrieving revision 1.20
diff -u -r1.20 patch.c
--- usr.bin/patch/patch.c	6 Aug 2004 14:54:26 -0000	1.20
+++ usr.bin/patch/patch.c	14 Aug 2004 12:01:30 -0000
@@ -467,7 +467,6 @@
 		opt = *++s;
 
 	    do {
-		printf("PARSING OPTION %c\n", opt);
 		switch (opt) {
 		case 'b':
 		    simple_backup_suffix = xstrdup(nextarg());