mirror of
https://github.com/fadden/ciderpress.git
synced 2024-12-22 05:29:43 +00:00
Fix comment
This commit is contained in:
parent
5f5c089506
commit
0790c97ee2
@ -1472,11 +1472,7 @@ public:
|
||||
* The filename returned is defined to be null-terminated Mac OS Roman.
|
||||
* For most filesystems this is automatic, as filenames are restricted
|
||||
* to ASCII, but for DOS 3.3 it requires stripping high bits. It also
|
||||
* means that embedded nulls will be lost. (Some HFS references indicate
|
||||
* that '\0' is allowed, but I think people assume that because the API
|
||||
* uses a string with an explicit length. Looking at "Inside Mac: Files"
|
||||
* chapter 2, page 2-71, HFS filenames are stored in a fixed 31-byte
|
||||
* field that is padded with zeroes, so embedded nulls are impossible.)
|
||||
* means that embedded nulls will be lost.
|
||||
*
|
||||
* The original unmodified filename is available through GetRawFileName,
|
||||
* which can be optionally passed a size_t pointer to get the size
|
||||
|
Loading…
Reference in New Issue
Block a user