Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
f924db51
Commit
f924db51
authored
Nov 04, 1999
by
Bob Halley
Browse files
1000 nanoseconds in a microsecond, not 10000
parent
a2cc581a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/unix/time.c
View file @
f924db51
...
...
@@ -223,7 +223,7 @@ isc_time_microdiff(isc_time_t *t1, isc_time_t *t2) {
/*
* Convert to microseconds.
*/
i3
=
(
i1
-
i2
)
/
1000
0
;
i3
=
(
i1
-
i2
)
/
1000
;
return
(
i3
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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