From 193fb122287256ff32e3761426207e2a3f224f3c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 23 Apr 2006 20:56:41 +0000 Subject: introduce a new error PA_ERR_TOOLARGE git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@785 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/polyp/error.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/polyp/error.c') diff --git a/src/polyp/error.c b/src/polyp/error.c index 3f3e637f..e78d072e 100644 --- a/src/polyp/error.c +++ b/src/polyp/error.c @@ -49,6 +49,7 @@ static const char* const errortab[PA_ERR_MAX] = { [PA_ERR_BADSTATE] = "Bad state", [PA_ERR_NODATA] = "No data", [PA_ERR_VERSION] = "Incompatible protocol version", + [PA_ERR_TOOLARGE] = "Too large" }; const char*pa_strerror(int error) { -- cgit