actually use containerised path on iOS

This commit is contained in:
Paul Gardner-Stephen 2018-11-14 13:25:45 +10:30
parent 233421e078
commit d20d7911c4

View File

@ -152,7 +152,7 @@ int _formf_serval_etc_path(struct __sourceloc __whence, char *buf, size_t bufsiz
#endif
va_start(ap, fmt);
int ret = vformf_path(__whence, strbuf_local(buf, bufsiz), SERVAL_ETC_PATH, NULL, fmt, ap);
int ret = vformf_path(__whence, strbuf_local(buf, bufsiz), base_path, NULL, fmt, ap);
va_end(ap);
return ret;
}