Skip to content

Commit

Permalink
correct logic
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Apr 6, 2024
1 parent 38d027e commit a9fd957
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions l3pdfmeta.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1187,20 +1187,20 @@
{
\pdfmeta_standard_verify:nTF {outputintent_A}
{
\prop_if_exist:cTF {c_@@_colorprofile_#2}
{
\prop_map_inline:Nn \g_@@_outputintents_prop
{
\@@_embed_colorprofile:n
{#2}
\@@_write_outputintent:nn
{#2}
{#1}
}
\prop_map_inline:Nn \g_@@_outputintents_prop
{
\prop_if_exist:cTF {c_@@_colorprofile_#2}
{
\@@_embed_colorprofile:n
{#2}
\@@_write_outputintent:nn
{#2}
{#1}
}
{
\msg_warning:nnn{pdfmeta}{colorprofile-undefined}{#2}
}
}
{
\msg_warning:nnn{pdfmeta}{colorprofile-undefined}{#2}
}
}
% \end{macrocode}
% If an output intent is required for pdf/A we need to ensure, that the key of
Expand Down

0 comments on commit a9fd957

Please sign in to comment.