X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=uemis.c;h=980c1827c86847cd6d5ba85253b515a33fef63cf;hb=529412aa379ead5beaa9e66c19fbc127d24b9ed4;hp=c390aae3b74635fa67466db2094030d4a99ce8bd;hpb=cbcfcddfb167ac242b27d253b9d8f36e78255865;p=ext%2Fsubsurface.git diff --git a/uemis.c b/uemis.c index c390aae..980c182 100644 --- a/uemis.c +++ b/uemis.c @@ -245,7 +245,7 @@ parse_uemis_file(char *divelogfilename) { dive->maxdepth.mm = pressure_to_depth(atoi(found)); if (! matchit(divelogfile,"", - ">\\([a-zA-Z0-9+/]*\\)<", &found)) { + ">\\([a-zA-Z0-9+/=]*\\)<", &found)) { /* some error handling */ goto bail; }