head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.05.27.13.49.54;	author ijliao;	state dead;
branches;
next	1.1;

1.1
date	2000.10.10.02.57.23;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.2
log
@upgrade to 4.3.2

PR:		27273
Submitted by:	maintainer
@
text
@*** src/reslib.c.orig	Tue Apr 21 14:10:50 1998
--- src/reslib.c	Mon Feb  1 09:50:35 1999
***************
*** 610,618 ****
  		fclose( cfp );
  	}
  
! 	fclose( pfp );
  
! 	fclose( bfp );
  
  	return( rlp );
  }
--- 610,618 ----
  		fclose( cfp );
  	}
  
! 	if( pfp ) {fclose( pfp );}
  
! 	if( bfp ) {fclose( bfp );}
  
  	return( rlp );
  }
@


1.1
log
@Initiail version of nab (4.2)

PR:		21585
Submitted by:	M. L. Dodson <bdodson@@scms.utmb.EDU>
@
text
@@

