fixed bug: did not convert 0 right
This commit is contained in:
		
							parent
							
								
									264773ee06
								
							
						
					
					
						commit
						d9638fca0e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -38,7 +38,7 @@ long	src;	/* largest possible integer to convert */ | |||
| 	fprintf(stderr,"CUF8(ds(%d),ss(%d),src(%D))\n\n",8,ss,i_src); | ||||
| #endif | ||||
| 	if (i_src == 0)	{ | ||||
| 		zrf8(&src); | ||||
| 		zrf8(&ss); | ||||
| 		return; | ||||
| 	} | ||||
| 			/* ESTABLISHED THAT src != 0	*/ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue