X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_tokeniser.c;h=1fa28b03fcc21756fbf97ed0a30dbc052593d395;hb=728c83b4335c25e43f90eb5d4bab5b86107ca21c;hp=9d3977e7050e0c594bcfc29a8c99087b0e52110f;hpb=e5fd66367b6f976e3bcb0ada98408afcb40cb2ce;p=melted diff --git a/src/framework/mlt_tokeniser.c b/src/framework/mlt_tokeniser.c index 9d3977e..1fa28b0 100644 --- a/src/framework/mlt_tokeniser.c +++ b/src/framework/mlt_tokeniser.c @@ -1,8 +1,9 @@ /** * \file mlt_tokeniser.c * \brief string tokeniser + * \see mlt_tokeniser_s * - * Copyright (C) 2002-2008 Ushodaya Enterprises Limited + * Copyright (C) 2002-2009 Ushodaya Enterprises Limited * \author Charles Yates * * This library is free software; you can redistribute it and/or @@ -76,7 +77,7 @@ static int mlt_tokeniser_append( mlt_tokeniser tokeniser, char *token ) /** Parse a string by splitting on the delimiter provided. */ -int mlt_tokeniser_parse_new( mlt_tokeniser tokeniser, char *string, char *delimiter ) +int mlt_tokeniser_parse_new( mlt_tokeniser tokeniser, char *string, const char *delimiter ) { int count = 0; int length = strlen( string );