Create correct path for filetype config files
commitb7c4bb0b4d3022bb0102627cb6baa854cec93dd1
authorJiří Techet <techet@gmail.com>
Tue, 25 Apr 2017 21:50:39 +0000 (25 23:50 +0200)
committerMatthew Brush <mbrush@codebrainz.ca>
Fri, 4 Aug 2017 06:41:21 +0000 (3 23:41 -0700)
tree1697f724dec19c9ddaa59dd646acae0ad6cde8af
parent08e2714c1cf6e341da9a9c253ab938ae5bea12c5
Create correct path for filetype config files

Since filedef config files are now stored under the "filedef" subdirectory
of app->datadir, we need to add the subdirectory name when creating path
from the corresponding app->configdir otherwise the file isn't found.

Closes #1482
src/ui_utils.c