[Python-checkins] CVS: python/dist/src/Python dynload_beos.c,2.6.6.1,2.6.6.2

Michael Hudson mwh@users.sourceforge.net
2002年1月23日 07:53:11 -0800


Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv31125
Modified Files:
 Tag: release22-maint
	dynload_beos.c 
Log Message:
Fix for
[ #496154 ] Typos in dynload_beos.c
and on the branch.
Index: dynload_beos.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/dynload_beos.c,v
retrieving revision 2.6.6.1
retrieving revision 2.6.6.2
diff -C2 -d -r2.6.6.1 -r2.6.6.2
*** dynload_beos.c	2002年01月12日 11:13:24	2.6.6.1
--- dynload_beos.c	2002年01月23日 15:53:08	2.6.6.2
***************
*** 207,211 ****
 	}
 
! 	PyOs_snprintf(funcname, sizeof(funcname), "init%.200s", shortname);
 	if( Py_VerboseFlag ) {
 		printf( "get_image_symbol( %s )\n", funcname );
--- 207,211 ----
 	}
 
! 	PyOS_snprintf(funcname, sizeof(funcname), "init%.200s", shortname);
 	if( Py_VerboseFlag ) {
 		printf( "get_image_symbol( %s )\n", funcname );
***************
*** 234,238 ****
 			break;
 		default:
! 			PyOS_snprintf( buff, sizeof(buf),
 			 "can't load init function for dynamic module: "
 		 "Unknown error looking up %.180s", funcname );
--- 234,238 ----
 			break;
 		default:
! 			PyOS_snprintf( buff, sizeof(buff),
 			 "can't load init function for dynamic module: "
 		 "Unknown error looking up %.180s", funcname );

AltStyle によって変換されたページ (->オリジナル) /