]> git.wh0rd.org - fontconfig.git/commit
[win32] Fix usage of GetFullPathName()
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 4 Feb 2009 01:31:30 +0000 (20:31 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 15 Feb 2009 21:40:24 +0000 (13:40 -0800)
commite62058abb9cf04b3f2270a45f3c0760287f12033
tree8a7ba84135643e38de02a3b9a56bf4d01d9f5747
parentc4d557ab90c7ef6eccb998550190ccccde80670d
[win32] Fix usage of GetFullPathName()

Diego Santa Cruz pointed out that we are using that API wrongly.
The forth argument is a pointer to a pointer.  Turns out we don't
need that arugment and it accepts NULL, so just pass that.
src/fcstr.c