Subversion Repositories DevTools

Rev

Rev 227 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 287
Line 481... Line 481...
481
 
481
 
482
    /*
482
    /*
483
    **  Extract ';' substrings from the path and add them to the
483
    **  Extract ';' substrings from the path and add them to the
484
    **  list of paths for later searching
484
    **  list of paths for later searching
485
    */
485
    */
-
 
486
    if (verbose > 2) printf ("Raw Path: %s\n", path);
486
    while ( *path )
487
    while ( *path )
487
    {
488
    {
488
        next = strchr( path, ';' );
489
        next = strchr( path, ';' );
489
        if ( next )
490
        if ( next )
490
        {
491
        {