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
638
Issues
638
List
Boards
Labels
Service Desk
Milestones
Merge Requests
105
Merge Requests
105
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
d03a81c2
Commit
d03a81c2
authored
May 16, 2018
by
Mark Andrews
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
look for '\0'
parent
f5233ba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/isc/print.c
lib/isc/print.c
+1
-1
No files found.
lib/isc/print.c
View file @
d03a81c2
...
...
@@ -685,7 +685,7 @@ isc__print_printf(void (*emit)(char, void *), void *arg,
pad
--
;
}
cp
=
buf
;
while
(
*
cp
!=
'
'
)
while
(
*
cp
!=
'
\0
'
)
emit
(
*
cp
++
,
arg
);
while
(
pad
>
0
)
{
emit
(
' '
,
arg
);
...
...
Mark Andrews
@marka
mentioned in commit
4868351c
·
May 18, 2018
mentioned in commit
4868351c
mentioned in commit 4868351c4565874d3e1ce0a0a800833574d4764e
Toggle commit list
Mark Andrews
@marka
mentioned in commit
a0cfa7da
·
May 18, 2018
mentioned in commit
a0cfa7da
mentioned in commit a0cfa7da7c26a1ddde3f6a7f302578df91df0c22
Toggle commit list
Mark Andrews
@marka
mentioned in commit
9789729a
·
May 18, 2018
mentioned in commit
9789729a
mentioned in commit 9789729a43ea4f7cc8c9e1a5602123b9f349023d
Toggle commit list
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