X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/848befbcc166fff6fdde6a635cf7a31f9f9185e0..01d5015ba093f8c5fdb18b669943c7da6450e72f:/ucx/printf.c diff --git a/ucx/printf.c b/ucx/printf.c index 94a556f..3f9c4a2 100644 --- a/ucx/printf.c +++ b/ucx/printf.c @@ -80,7 +80,7 @@ int cx_vfprintf( } cxmutstr cx_asprintf_a( - CxAllocator *allocator, + CxAllocator const *allocator, char const *fmt, ... ) { @@ -93,7 +93,7 @@ cxmutstr cx_asprintf_a( } cxmutstr cx_vasprintf_a( - CxAllocator *a, + CxAllocator const *a, char const *fmt, va_list ap ) {