X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=parse-xml.c;h=8e64b1e21f35463aa19eb3393588bcc138b28478;hb=27ed16072f3b49b07e0af495fed10f883de90c82;hp=91bcced6ed7f4c0a72d102ae0d72e6404400d2f2;hpb=0c4e1697db2d9e15a05bc76056fca13e9ccb9ba4;p=ext%2Fsubsurface.git diff --git a/parse-xml.c b/parse-xml.c index 91bcced..8e64b1e 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -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";