mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-12-23 21:46:24 +01:00
Fix typo.
This commit is contained in:
@@ -485,11 +485,11 @@ pdfioContentBeginMarked(
|
||||
const char *tag, // I - Tag name of marked content
|
||||
pdfio_dict_t *dict) // I - Dictionary of parameters or `NULL` if none
|
||||
{
|
||||
if (!st || !name)
|
||||
if (!st || !tag)
|
||||
return (false);
|
||||
|
||||
// Send the BDC/BMC command...
|
||||
if (!pdfioStreamPrintf(st, "%N", name))
|
||||
if (!pdfioStreamPrintf(st, "%N", tag))
|
||||
return (false);
|
||||
|
||||
if (dict)
|
||||
|
||||
Reference in New Issue
Block a user