Mercurial > hg > vamp-plugin-load-checker
diff helper.cpp @ 2:2288c1d05c28
Simple Qt-based class to invoke the helper
author | Chris Cannam |
---|---|
date | Tue, 12 Apr 2016 17:38:57 +0100 |
parents | fbffc249990c |
children | 6f891a9c6434 |
line wrap: on
line diff
--- a/helper.cpp Tue Apr 12 13:33:00 2016 +0100 +++ b/helper.cpp Tue Apr 12 17:38:57 2016 +0100 @@ -1,3 +1,4 @@ +/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /** * Plugin Load Checker Helper @@ -20,11 +21,11 @@ * Output line for failed load of library libname.so: * FAILURE|/path/to/libname.so|Reason for failure if available * - * Note that sometimes plugins will crash completely on load, bringing - * down this program with them. If the program exits before all listed - * plugins have been checked, this means that the plugin following the - * last reported one has crashed. Typically the caller may want to run - * it again, omitting that plugin. + * Sometimes plugins will crash completely on load, bringing down this + * program with them. If the program exits before all listed plugins + * have been checked, this means that the plugin following the last + * reported one has crashed. Typically the caller may want to run it + * again, omitting that plugin. */ #ifdef _WIN32