Plan 9 from Bell Labs’s /usr/web/sources/extra/changes/2006/0305

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


libmp: mptouv bug fix
 [rsc] --rw-rw-r-- M 80611 glenda sys 723 Mar  5 15:45 sys/src/libmp/port/mptouv.c
	/n/sourcesdump/2006/0305/plan9/sys/src/libmp/port/mptouv.c:43,49 - 
	/n/sourcesdump/2006/0306/plan9/sys/src/libmp/port/mptouv.c:43,49
	  
	  	v = 0ULL;
	  	for(s = 0; s < b->top; s++)
	- 		v |= b->p[s]<<(s*sizeof(mpdigit)*8);
	+ 		v |= (uvlong)b->p[s]<<(s*sizeof(mpdigit)*8);
	  
	  	return v;
	  }


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.