summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-06-05 19:48:05 +0000
committerjstebbins <[email protected]>2011-06-05 19:48:05 +0000
commitbad856916a1b7d00e6a118fed9f7941e4602c155 (patch)
tree0c2e3c8793b2424e34ffd773744d5871ffba5828 /test/test.c
parentfbd5819470a271a348f35c06dfc82960ebb6a9e4 (diff)
Fix a problem with filtering and picking correct BD title
Titles that are the same except for number of chapters were being filtered out of the title list. So sometimes you would get a BD title that didn't seem to have any chapters. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4024 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 7e5112e36..d2b30124a 100644
--- a/test/test.c
+++ b/test/test.c
@@ -3369,7 +3369,7 @@ static int ParseOptions( int argc, char ** argv )
return 0;
}
-char * str_printf(const char *fmt, ...)
+static char * str_printf(const char *fmt, ...)
{
/* Guess we need no more than 100 bytes. */
int len;