Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
633
Issues
633
List
Boards
Labels
Service Desk
Milestones
Merge Requests
104
Merge Requests
104
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
3034da1e
Commit
3034da1e
authored
Feb 14, 2018
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use %u instead of %d
parent
e08b3d3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bin/tests/entropy2_test.c
bin/tests/entropy2_test.c
+2
-2
util/copyrights
util/copyrights
+1
-1
No files found.
bin/tests/entropy2_test.c
View file @
3034da1e
/*
* Copyright (C) 2000, 2001, 2004, 2005, 2007, 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001, 2004, 2005, 2007, 2015, 2016
, 2018
Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
...
...
@@ -31,7 +31,7 @@ hex_dump(const char *msg, void *data, unsigned int length) {
base
=
data
;
printf
(
"DUMP of %
d
bytes: %s
\n\t
"
,
length
,
msg
);
printf
(
"DUMP of %
u
bytes: %s
\n\t
"
,
length
,
msg
);
for
(
len
=
0
;
len
<
length
;
len
++
)
{
if
(
len
%
16
==
0
&&
!
first
)
printf
(
"
\n\t
"
);
...
...
util/copyrights
View file @
3034da1e
...
...
@@ -445,7 +445,7 @@
./bin/tests/dst/win32/t_dst.vcxproj.filters.in X 2013,2015
./bin/tests/dst/win32/t_dst.vcxproj.in X 2013,2015,2016,2017
./bin/tests/dst/win32/t_dst.vcxproj.user X 2013
./bin/tests/entropy2_test.c
C 2000,2001,2004,2005,2007,2015,2016
./bin/tests/entropy2_test.c
C 2000,2001,2004,2005,2007,2015,2016,2018
./bin/tests/entropy_test.c C 2000,2001,2004,2005,2007,2015,2016
./bin/tests/fromhex.pl PERL 2015,2016
./bin/tests/fsaccess_test.c C 2000,2001,2004,2005,2007,2012,2015,2016
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment