aports/community/tinyfugue/gcc14.patch
2024-09-08 14:14:03 -07:00

12 lines
238 B
Diff

--- tinyfugue-5.1.4.orig/src/tfpython.c
+++ tinyfugue-5.1.4/src/tfpython.c
@@ -201,7 +201,7 @@
{
struct Value *rc;
char *cstr;
- int len; // Py_ssize_t len;
+ Py_ssize_t len;
// can be null if exception was thrown
if( !pRc ) {