projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
89b5359
)
fix to_array statment
author
Michael Wallner
<mike@php.net>
Tue, 26 Jan 2016 10:58:19 +0000
(11:58 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 26 Jan 2016 10:58:19 +0000
(11:58 +0100)
psi.d/time.psi
patch
|
blob
|
history
diff --git
a/psi.d/time.psi
b/psi.d/time.psi
index 13959da809a39360888a6bac356f7c7682027ce8..30f713b8bfef3aaf90e47a78760ae2b5e4c5f89e 100644
(file)
--- a/
psi.d/time.psi
+++ b/
psi.d/time.psi
@@
-77,7
+77,7
@@
function psi\nanosleep(array $rq = NULL, array &$rm = NULL) : int {
function psi\times(array &$tms = NULL) : int {
let buf = calloc(1, psi\SIZEOF_STRUCT_TMS);
return to_int(times);
- set $tms = to_array(buf,
+ set $tms = to_array(
*
buf,
to_int(tms_utime),
to_int(tms_stime),
to_int(tms_cutime),