Added to comment for add_rsrc()

This commit is contained in:
nigel 2002-03-18 11:05:43 +00:00
parent bfbfcd22e8
commit 3d6bd6c5cf

View File

@ -77,7 +77,8 @@ void add_path_component(char *path, const char *component)
/*
* Add rsrc to path name
* Add /rsrc to path name. Note that the 'correct' way to do this is to
* append '/..namedfork/rsrc', but I use this short form to save chars.
*/
void add_rsrc(const char *path, char *dest)