https://bugs.documentfoundation.org/show_bug.cgi?id=115417

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected],
                   |                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #1 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

Kendy: debugging this, the pb appeared in parsePersonaInfo
    567     *pHeaderURL = searchValue( rBuffer, persona,
"&#34;headerURL&#34;:&#34;" );
    568     if ( pHeaderURL->isEmpty() )
    569         return false;
It's from
https://cgit.freedesktop.org/libreoffice/core/commit/?id=ca3fa2a210cc6978dc75566ff453c9138ab9c094

The buffer contains several "&quot;headerURL&quot;:&quot;", not
"&#34;headerURL&#34;:&#34;"
Is there some kind of mapping method to use?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to