mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
12 lines
238 B
Diff
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 ) {
|