Browse Source

debug.cpp

nix-debugging
Antonio SJ Musumeci 3 days ago
parent
commit
8828539402
  1. 2
      libfuse/lib/debug.cpp

2
libfuse/lib/debug.cpp

@ -289,7 +289,7 @@ debug_open_flags(const uint32_t flags_)
if(str == NULL)
continue;
fmt::print("{}, ",str);
fmt::print(g_OUTPUT,"{}, ",str);
}
}

Loading…
Cancel
Save