This patch release of Xdata addresses an issue with quoted strings in prototypes.
Changes
- Fixed a problem where single quotes were being treated as string delimiters. Single quotes may once again be used safely within quoted string literals.
- Added limited support for UNIX/POSIX-style paths (like
/Volumes/Macintosh HD/Users/Chris/Pictures/Rhubarb.jpg). Note that, for backward compatibility, a path must contain at least one slash (/) and may contain no colons (:) to be treated as a POSIX-style path. (Mac only)
