Fix warning better.
git-svn-id: svn://localhost/ardour2/branches/3.0@8267 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7961e34fc2
commit
bb92cf3b24
@ -34,7 +34,7 @@ lv2_pfile_open(const char* path, bool write)
|
||||
{
|
||||
FILE* fd = fopen(path, (write ? "w" : "r"));
|
||||
if (!fd) {
|
||||
fprintf(stderr, "%s", strerror(errno));
|
||||
fprintf(stderr, "%s\n", strerror(errno));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user