flush
[m6w6/ext-psi] / psi.d / time.psi
index ae16b0a71d0d7544daed3de3818b25dadbfe3431..ff81e932c1c8bc0f73c8cb78604942d9c6d91c94 100644 (file)
@@ -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),