Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 2e96fc3

Browse files
[[ Bug 14278 ]] Put change in the actual file compiled by MCPDFPrintingDevice on Mac
1 parent 841475b commit 2e96fc3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

revpdfprinter/src/revpdfprinter_coretext.mm

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,11 @@
5656
r_datetime.utc_minute_offset = 0;
5757

5858
return true;
59-
}
59+
}
60+
61+
62+
// SN-2014-12-23: [[ Bug 14278 ]] Added system-specific to get the path.
63+
bool MCPDFPrintingDevice::get_filename(const char* p_utf8_path, char *& r_system_path)
64+
{
65+
return MCCStringClone(p_utf8_path, r_system_path);
66+
}

0 commit comments

Comments
 (0)