[libdvdnav-devel] [PATCH 4/7] src/dvd_udf.c: Reduce the scope of some variables

Diego Biurrun diego at biurrun.de
Fri Oct 24 17:42:35 CEST 2014


On Fri, Oct 24, 2014 at 03:21:32PM +0100, Andrew Clayton wrote:
> --- a/src/dvd_udf.c
> +++ b/src/dvd_udf.c
> @@ -605,6 +606,7 @@ static int UDFScanDir( dvd_reader_t *device, struct AD Dir, char *FileName,
>      p = 0;
>  
>      while( p < Dir.Length ) {
> +
>        UDFDescriptor( &cached_dir[ p ], &TagID );
>        if( TagID == FileIdentifierDescriptor ) {
>          p += UDFFileIdentifier( &cached_dir[ p ], &filechar,

unrelated stray whitespace change

Diego


More information about the libdvdnav-devel mailing list