X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=psi.d%2Ftime.psi;h=c7f83d118d32c883066c4e5583251fa05ca624eb;hp=716e17610bd5b8613671417d488018c6c1ec8685;hb=32cdc02a91cd535ae21e9a775664995f4691a824;hpb=14969a8b4386d7c38e90775e1c57886c9bf3839e diff --git a/psi.d/time.psi b/psi.d/time.psi index 716e176..c7f83d1 100644 --- a/psi.d/time.psi +++ b/psi.d/time.psi @@ -124,5 +124,5 @@ function psi\tzset() : void { } function psi\tzname() : array { - return tzname_get() as to_array(tzname_get, 2, to_string(*tzname_get)); + return tzname_get() as to_array(*tzname_get, 2, to_string(*tzname_get)); }