Skip to content

Commit

Permalink
fix(chisel): resolve compilation issue on win32
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo authored and poiana committed Dec 1, 2023
1 parent 6044d7b commit 68c7ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/chisel/chisel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ void sinsp_chisel::get_chisel_list(vector<chisel_desc>* chisel_descs)
}

chisel_desc cd;
cd.m_name = dir_entry.path().filename();
cd.m_name = dir_entry.path().filename().generic_string();

if (init_lua_chisel(cd, dir_entry.path().generic_string()))
{
Expand Down

0 comments on commit 68c7ba9

Please sign in to comment.