What happened to the depth being shown on profile?

Robert Helling helling at atdotde.de
Wed Apr 20 09:07:50 PDT 2016


Hi,

> On 20.04.2016, at 17:39, Robert Helling <helling at atdotde.de> wrote:
> 
> But it is far from obvious how that would cause the problem.


I still have no idea what is going on. It is the hunk

@@ -179,7 +181,10 @@ void DivePlotDataModel::setDive(dive *d, const plot_info &info)
        Q_ASSERT(d != NULL);
        diveId = d->id;
        dcNr = dc_number;
+       free(pInfo.entry);
        pInfo = info;
+       pInfo.entry = (struct plot_data *)malloc(sizeof(struct plot_data) * pInfo.nr);
+       memcpy(pInfo.entry, info.entry, sizeof(plot_data) * pInfo.nr);
        beginInsertRows(QModelIndex(), 0, pInfo.nr - 1);
        endInsertRows();
 }

in diveplotdatamodel.cpp. Unding that makes the depth show up. I have no idea why and I have to run now.

Somebody else for the rescue!

Robert

--
.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oO
Robert C. Helling     Elite Master Course Theoretical and Mathematical Physics
                      Scientific Coordinator
                      Ludwig Maximilians Universitaet Muenchen, Dept. Physik
                      Phone: +49 89 2180-4523  Theresienstr. 39, rm. B339
                      http://www.atdotde.de

Enhance your privacy, use cryptography! My PGP keys have fingerprints
A9D1 A01D 13A5 31FA 6515  BB44 0820 367C 36BC 0C1D    and
DCED 37B6 251C 7861 270D  5613 95C7 9D32 9A8D 9B8F





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsurface-divelog.org/pipermail/subsurface/attachments/20160420/187301e0/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.subsurface-divelog.org/pipermail/subsurface/attachments/20160420/187301e0/attachment.sig>


More information about the subsurface mailing list