Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/binutils/dist/binutils fix format



details:   https://anonhg.NetBSD.org/src/rev/466aced7b33d
branches:  trunk
changeset: 451871:466aced7b33d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 09 15:39:18 2019 +0000

description:
fix format

diffstat:

 external/gpl3/binutils/dist/binutils/strings.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d087ac943bd2 -r 466aced7b33d external/gpl3/binutils/dist/binutils/strings.c
--- a/external/gpl3/binutils/dist/binutils/strings.c    Sun Jun 09 14:18:29 2019 +0000
+++ b/external/gpl3/binutils/dist/binutils/strings.c    Sun Jun 09 15:39:18 2019 +0000
@@ -585,7 +585,7 @@
            else
 #elif !BFD_HOST_64BIT_LONG
            if (start != (unsigned long) start)
-             printf ("++%7llu ", (unsigned long) start);
+             printf ("++%7lu ", (unsigned long) start);
            else
 #endif
              printf ("%7ld ", (long) start);



Home | Main Index | Thread Index | Old Index