NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/41844: Missing parenthesis in deroff.c



The following reply was made to PR bin/41844; it has been noted by GNATS.

From: =?UTF-8?Q?Zafer_Aydo=C4=9Fan?= <zafer%aydogan.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: bin/41844: Missing parenthesis in deroff.c
Date: Fri, 7 Aug 2009 14:12:13 +0200

 2009/8/7  <henning.petersen%t-online.de@localhost>:
 >>Number: =C2=A0 =C2=A0 =C2=A0 =C2=A0 41844
 >>Category: =C2=A0 =C2=A0 =C2=A0 bin
 >>Synopsis: =C2=A0 =C2=A0 =C2=A0 Missing parenthesis in deroff.c
 >>Confidential: =C2=A0 no
 >>Severity: =C2=A0 =C2=A0 =C2=A0 non-critical
 >>Priority: =C2=A0 =C2=A0 =C2=A0 medium
 >>Responsible: =C2=A0 =C2=A0bin-bug-people
 >>State: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0open
 >>Class: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0sw-bug
 >>Submitter-Id: =C2=A0 net
 >>Arrival-Date: =C2=A0 Fri Aug 07 12:00:01 +0000 2009
 >>Originator: =C2=A0 =C2=A0 Henning Petersen
 >>Release: =C2=A0 =C2=A0 =C2=A0 =C2=A0current-NetBSD
 >>Organization:
 >>Environment:
 >>Description:
 > Delete parenthesis, found with programm cppcheck.
 >>How-To-Repeat:
 >
 >>Fix:
 > RCS file: /cvsroot/src/usr.bin/deroff/deroff.c,v
 > retrieving revision 1.6
 > diff -r1.6 deroff.c
 > 828c828
 > < =C2=A0 =C2=A0 =C2=A0 return C1get);
 > ---
 >> =C2=A0 =C2=A0 =C2=A0 return C1get;
 > 835c835
 > < =C2=A0 =C2=A0 =C2=A0 return Cget);
 > ---
 >> =C2=A0 =C2=A0 =C2=A0 return Cget;
 >
 >
 
 Please provide unified diffs (diff -u).
 


Home | Main Index | Thread Index | Old Index