Source-Changes-HG archive

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

[src/trunk]: src/external/historical/nawk/dist remove useless cast.



details:   https://anonhg.NetBSD.org/src/rev/d0f08e7266a4
branches:  trunk
changeset: 783565:d0f08e7266a4
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 29 14:51:41 2012 +0000

description:
remove useless cast.

diffstat:

 external/historical/nawk/dist/lib.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 26995867e942 -r d0f08e7266a4 external/historical/nawk/dist/lib.c
--- a/external/historical/nawk/dist/lib.c       Sat Dec 29 14:35:01 2012 +0000
+++ b/external/historical/nawk/dist/lib.c       Sat Dec 29 14:51:41 2012 +0000
@@ -546,7 +546,7 @@
        fldtab[0]->tval = REC | STR | DONTFREE;
        fldtab[0]->sval = record;
 
-          dprintf( ("in recbld inputFS=%s, fldtab[0]=%p\n", inputFS, (void*)fldtab[0]) );
+          dprintf( ("in recbld inputFS=%s, fldtab[0]=%p\n", inputFS, fldtab[0]) );
           dprintf( ("recbld = |%s|\n", record) );
        donerec = 1;
 }



Home | Main Index | Thread Index | Old Index