From ff258bcb217c3f8a9ba6468cee182f26d0d12e3d Mon Sep 17 00:00:00 2001 From: Timo Wischer Date: Tue, 7 May 2019 17:10:02 +0200 Subject: [PATCH] posix: fifo: use right prototype Change-Id: Ia6aee61aa7059a70d2014f7de66a41cbaca8c7ed Signed-off-by: Timo Wischer --- posix/JackFifo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix/JackFifo.h b/posix/JackFifo.h index 8ac72591..8b0a8d78 100644 --- a/posix/JackFifo.h +++ b/posix/JackFifo.h @@ -44,7 +44,7 @@ class SERVER_EXPORT JackFifo : public detail::JackSynchro protected: - void BuildName(const char* name, const char* server_name, char* res); + void BuildName(const char* name, const char* server_name, char* res, int size); public: