Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2006/0328/1

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


tweak: add missing return statement
 [rsc] --rw-rw-r-- M 1328934 glenda sys 38997 Mar 28 11:06 sys/src/cmd/tweak.c
	/n/sourcesdump/2006/0328/plan9/sys/src/cmd/tweak.c:536,541 - 
	/n/sourcesdump/2006/0329/plan9/sys/src/cmd/tweak.c:536,542
	  		return 10 + (c - 'a');
	  	if('A'<=c && c<='F')
	  		return 10 + (c - 'A');
	+ 	return 0;
	  }
	  
	  Thing*


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.