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
Open sidebar
Main
Synchronet
Commits
0488082a
Commit
0488082a
authored
Feb 12, 2022
by
Deucе
👌🏾
Browse files
Not *that* t.
parent
489c0c3c
Pipeline
#2727
passed with stage
in 9 minutes and 23 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xpdev/genwrap.c
src/xpdev/genwrap.c
+1
-1
No files found.
src/xpdev/genwrap.c
View file @
0488082a
...
...
@@ -695,7 +695,7 @@ char* os_cmdshell(void)
/********************************************************/
clock_t
msclock
(
void
)
{
uint64_t
=
(
uint64_t
)(
xp_timer
()
*
1000
);
uint64_t
t
=
(
uint64_t
)(
xp_timer
()
*
1000
);
return
(
clock_t
)(
t
&
0xffffffff
);
}
...
...
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