13
0

namespace fix.

This commit is contained in:
Robin Gareus 2015-10-04 18:43:27 +02:00
parent 7e00550e22
commit b3ace2e4c8

View File

@ -125,7 +125,7 @@ static void vstfx_read_blacklist (std::string &bl) {
char buf[1024]; char buf[1024];
size_t s = fread (buf, sizeof(char), 1024, blacklist_fd); size_t s = fread (buf, sizeof(char), 1024, blacklist_fd);
if (ferror (blacklist_fd)) { if (ferror (blacklist_fd)) {
error << string_compose (_("error reading VST Blacklist file %1 (%2)"), fn, strerror (errno)) << endmsg; PBD::error << string_compose (_("error reading VST Blacklist file %1 (%2)"), fn, strerror (errno)) << endmsg;
bl = ""; bl = "";
break; break;
} }