]> git.tdb.fi Git - ext/subsurface.git/blobdiff - parse-xml.c
Call an LP85 an LP85 even when it's "10% extra".
[ext/subsurface.git] / parse-xml.c
index 91bcced6ed7f4c0a72d102ae0d72e6404400d2f2..8e64b1e21f35463aa19eb3393588bcc138b28478 100644 (file)
@@ -1034,7 +1034,7 @@ static void match_standard_cylinder(cylinder_type_t *type)
                fmt = "LP%d";
                break;
        case 2600 ... 2700:     /* 2640 psi: LP+10% */
-               fmt = "LP%d+";
+               fmt = "LP%d";
                break;
        case 2900 ... 3100:     /* 3000 psi: ALx tank */
                fmt = "AL%d";