> On Nov. 19, 2016, 1:50 p.m., Martin Tobias Holmedahl Sandsmark wrote: > > Which code are you working against? I fixed this in July. > > > > For reference, this code is almost verbatim from the explode tool in the > > original plucker source. The font variable is used to track whether to > > start or end a formatted string span (represented by <FONT> tags in the > > explode tool). > > Martin Tobias Holmedahl Sandsmark wrote: > > https://cgit.kde.org/okular.git/commit/?id=d9a31fa02ad92c663b3c5bd0fc5be38b09bc761f > for more reference. > > Miklós Máté wrote: > I'm working on the code checked out from git://anongit.kde.org/okular > branch master, up-to-date with origin/master, the head is > 75c387c62c8a1132f4101a1964c05dc8b034433c (increase version in master by A. A. > Cid at 2016-10-07 01:00:49), and my repository doesn't contain that commit.
OK, now I pulled, and I see that the branch with your commit was merged on 10.29. - Miklós ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129288/#review100941 ----------------------------------------------------------- On Oct. 30, 2016, 3:29 p.m., Miklós Máté wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/129288/ > ----------------------------------------------------------- > > (Updated Oct. 30, 2016, 3:29 p.m.) > > > Review request for Okular. > > > Repository: okular > > > Description > ------- > > If we assume that the code was correct, then the pointer dereference is > unnecessary. If we assume that the code was wrong, then it probably wanted to > do (*font)--. I assumed the former, but I can't test it. > > > Diffs > ----- > > generators/plucker/unpluck/qunpluck.cpp 8363dd3 > > Diff: https://git.reviewboard.kde.org/r/129288/diff/ > > > Testing > ------- > > > Thanks, > > Miklós Máté > >