plan 9 kernel history: overview | file list | diff list

1998/0825/ip/dial.c (diff list | history)

1997/0327/sys/src/9/ip/dial.c:70,761998/0825/sys/src/9/ip/dial.c:70,76 (short | long | prev | next)
Bug fix: print format.
rsc Fri Mar 4 12:44:25 2005
1997/0327    
	name[n] = 0; 
	for(p = name; *p == ' '; p++) 
		; 
	sprint(name, "%d", strtoul(p, 0, 0)); 
1998/0825    
	sprint(name, "%lud", strtoul(p, 0, 0)); 
1997/0327    
	p = strrchr(clone, '/'); 
	*p = 0; 
	if(ds->dir) 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)