> #include <stdio.h>
>
> main(int argc, char **argv) {
> FILE *foo = fopen("foo.c/rsrc","w");
>
> if ( foo == NULL )
> fprintf( stderr, "rsrc doesn't work\n" );
> else
> fprintf( stderr, "rsrc worked here\n" );
> return( 0 );
> }
> ======================================================================
> Prints out "rsrc worked here".
So my code(raccess_guess_darwin_hfsplus) should work, shouldn't it?
`raccess_guess_darwin_hfsplus' just append "/rsrc" to the base file
name.
Masatake YAMATO
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype