X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=parse-xml.c;h=1b0c4498507be702ab88054ff98497ef0fbb0991;hb=04f372f8aa5b4f9ba462e0e93b76f3dde6af00f1;hp=6a08a3845c9551c3f35b818ff5c51b468537abda;hpb=0a33d0bd7d52c1bee6307926ff25d4037fb0e3aa;p=ext%2Fsubsurface.git diff --git a/parse-xml.c b/parse-xml.c index 6a08a38..1b0c449 100644 --- a/parse-xml.c +++ b/parse-xml.c @@ -604,6 +604,8 @@ static void try_to_fill_sample(struct sample *sample, const char *name, char *bu return; if (MATCH(".sample.cylpress", pressure, &sample->cylinderpressure)) return; + if (MATCH(".sample.cylinderindex", get_index, &sample->cylinderindex)) + return; if (MATCH(".sample.depth", depth, &sample->depth)) return; if (MATCH(".sample.temp", temperature, &sample->temperature))