From 55d6e3a7c7780bfd254f13e0a090adbf91aa3f68 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 1 Mar 2024 21:17:00 +0000 Subject: slbt_exec_ctx_alloc(): refactor and simplify. --- src/internal/slibtool_driver_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index b8aefb6..052daf2 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -183,7 +183,7 @@ struct slbt_exec_ctx_impl { int fdwrapper; char ** lout[2]; char ** mout[2]; - char * vbuffer[]; + char ** vbuffer; }; struct slbt_archive_ctx_impl { -- cgit v1.2.3