/* Handle a single character. */ switch( c ) { case ']': /* Found the closing bracket. */ bufr[end] = '\0'; if( 0 == end ) /* Don't allow an empty name. */ { //DEBUG(0, ("%s Empty section name in configuration file.\n", func )); return( False ); } //if( !sfunc( Unix_to_dos(bufr) ) ) /* Got a valid name. Deal with it. */ if( !sfunc( bufr ) ) /* Got a valid name. Deal with it. */ return( False ); (void)EatComment( InFile ); /* Finish off the line. */