From 1014e1a3ab215a7ccde33dffd7619743b9bc1047 Mon Sep 17 00:00:00 2001 From: Abramo Bagnara Date: Sun, 4 Jun 2000 16:25:32 +0000 Subject: [PATCH] Fixed sign --- include/pcm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pcm.h b/include/pcm.h index 9b70b17f..c91d5c06 100644 --- a/include/pcm.h +++ b/include/pcm.h @@ -293,7 +293,7 @@ int snd_pcm_plugin_build(snd_pcm_plugin_handle_t *handle, const char *name, snd_pcm_format_t *src_format, snd_pcm_format_t *dst_format, - int extra, + size_t extra, snd_pcm_plugin_t **ret); /* basic I/O */ int snd_pcm_plugin_build_io(snd_pcm_plugin_handle_t *handle, -- 2.47.1