Bug 380409 - [PATCH] C++: missing 'n' and 'p' in printf like format. 'P' format does not exist
Summary: [PATCH] C++: missing 'n' and 'p' in printf like format. 'P' format does not e...
Status: RESOLVED FIXED
Alias: None
Product: frameworks-syntax-highlighting
Classification: Frameworks and Libraries
Component: syntax (show other bugs)
Version: 5.31.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-31 23:10 UTC by Jonathan Poelen
Modified: 2017-07-23 09:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 5.37


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Poelen 2017-05-31 23:10:28 UTC
Suggested fix is to replace

<!ENTITY convspec "diouxXeEfFgGaAcsP&#37;">

with

<!ENTITY convspec "diouxXeEfFgGaAcspn&#37;">


Implemented here:

https://github.com/jonathanpoelen/syntax-highlighting/commit/ab85fd8f98c576ea32040471e6d34d92981eb758
Comment 1 Dominik Haumann 2017-07-23 08:39:03 UTC
Git commit 4dbb534b712f080700d9964ad8724fc9a90ac457 by Dominik Haumann, on behalf of Jonathan Poelen.
Committed on 23/07/2017 at 08:38.
Pushed by dhaumann into branch 'master'.

C++: printf format specifies: add 'n' and 'p', remove 'P'

FIXED-IN: 5.37

M  +2    -2    data/syntax/isocpp.xml

https://commits.kde.org/syntax-highlighting/4dbb534b712f080700d9964ad8724fc9a90ac457