summarylogtreecommitdiffstats
path: root/fix-nvtime-call.patch
blob: 938c55921753a8c019c31405de592b3efa155860 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Coro/State.xs	2025-06-21 01:46:38.224822652 +0200
+++ b/Coro/State.xs	2025-06-21 01:46:43.984042087 +0200
@@ -4573,7 +4573,7 @@
 NV
 time ()
 	CODE:
-        RETVAL = nvtime (aTHX);
+        RETVAL = nvtime ();
 	OUTPUT:
         RETVAL