aboutsummaryrefslogtreecommitdiff
path: root/math/readstat/files/patch-src_sas_readstat__xport__read.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/readstat/files/patch-src_sas_readstat__xport__read.c')
-rw-r--r--math/readstat/files/patch-src_sas_readstat__xport__read.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/readstat/files/patch-src_sas_readstat__xport__read.c b/math/readstat/files/patch-src_sas_readstat__xport__read.c
new file mode 100644
index 000000000000..0a27d30ebcca
--- /dev/null
+++ b/math/readstat/files/patch-src_sas_readstat__xport__read.c
@@ -0,0 +1,11 @@
+--- src/sas/readstat_xport_read.c.orig 2023-05-02 13:35:52 UTC
++++ src/sas/readstat_xport_read.c
+@@ -45,7 +45,7 @@ static readstat_error_t xport_update_progress(xport_ct
+ return io->update(ctx->file_size, ctx->handle.progress, ctx->user_ctx, io->io_ctx);
+ }
+
+-static xport_ctx_t *xport_ctx_init() {
++static xport_ctx_t *xport_ctx_init(void) {
+ xport_ctx_t *ctx = calloc(1, sizeof(xport_ctx_t));
+ return ctx;
+ }