We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea4705 commit 680f553Copy full SHA for 680f553
src/main.cpp
@@ -57,6 +57,7 @@ int main(int argc, const char * argv[]) {
57
struct fuse_args args = {argc, fuse_argv, 1};
58
struct fuse_ramfs_options options = {0};
59
char *mountpoint;
60
+ // default error, exit code of any kind of failure
61
int err = -1;
62
63
std::srand(std::time(nullptr));
0 commit comments