From 6423f13fdf3a5d106e8716aa89dfa39b250ee3f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 Feb 2009 20:53:07 +0000 Subject: [PATCH] Fix bad initialization. git-svn-id: svn://localhost/ardour2/branches/3.0@4686 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/rubberband/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/rubberband/src/main.cpp b/libs/rubberband/src/main.cpp index 370ced2c7d..811d64a708 100644 --- a/libs/rubberband/src/main.cpp +++ b/libs/rubberband/src/main.cpp @@ -118,7 +118,7 @@ int main(int argc, char **argv) { "pitch-hq", 0, 0, '%' }, { "threads", 0, 0, '@' }, { "quiet", 0, 0, 'q' }, - { 0, 0, 0 } + { 0, 0, 0, '\0' } }; c = getopt_long(argc, argv, "t:p:d:RPFc:f:T:D:qhV", longOpts, &optionIndex);