Browse Source

Fix typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.14
falkTX 5 years ago
parent
commit
90312d6ebb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/utils/CarlaPipeUtils.cpp

+ 1
- 1
source/utils/CarlaPipeUtils.cpp View File

@@ -338,7 +338,7 @@ bool startProcess(const char* const argv[], pid_t& pidinst) noexcept

case -1: { // error
CarlaString error(std::strerror(errno));
carla_stderr2("fork() failed: %s", error.buffer());
carla_stderr2("vfork() failed: %s", error.buffer());
} break;
}



Loading…
Cancel
Save