]> granicus.if.org Git - libass/commit - libass/ass_fontselect.c
ass_fontselect: do not use PATH_MAX
authorwm4 <wm4@nowhere>
Sun, 13 Sep 2015 20:49:04 +0000 (22:49 +0200)
committerwm4 <wm4@nowhere>
Sun, 13 Sep 2015 20:49:04 +0000 (22:49 +0200)
commitb4c3e218f52a041340631e2d3e686ea8d9cc4da3
tree64b7ce4f4f05ddc7e650ed3938cdb423f899a13b
parent4cd05007335dddb7805acac90eae76ad0dcbed34
ass_fontselect: do not use PATH_MAX

This seems to cause issues on MSVC. Considering that even most Unix OSes
hate PATH_MAX and don't really honour it, using 4096 is just as good.
libass/ass_fontselect.c