mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Call an LP85 an LP85 even when it's "10% extra".
The LP85+ name is not something we'd normally want to recognize. The LP cylinder names all tend to be by the "+" pressure anyway, and that's what we do in the equipment handling naming. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									0c4e1697db
								
							
						
					
					
						commit
						27ed16072f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1034,7 +1034,7 @@ static void match_standard_cylinder(cylinder_type_t *type) | ||||||
| 		fmt = "LP%d"; | 		fmt = "LP%d"; | ||||||
| 		break; | 		break; | ||||||
| 	case 2600 ... 2700:	/* 2640 psi: LP+10% */ | 	case 2600 ... 2700:	/* 2640 psi: LP+10% */ | ||||||
| 		fmt = "LP%d+"; | 		fmt = "LP%d"; | ||||||
| 		break; | 		break; | ||||||
| 	case 2900 ... 3100:	/* 3000 psi: ALx tank */ | 	case 2900 ... 3100:	/* 3000 psi: ALx tank */ | ||||||
| 		fmt = "AL%d"; | 		fmt = "AL%d"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue