xeus icon indicating copy to clipboard operation
xeus copied to clipboard

Fix extract_filename function

Open anutosh491 opened this issue 5 months ago • 0 comments

If the extract_filename function is going to be editing argv, then it also needs to make a corresponding change to argc.

I thought this would work right out off the bat when I was using it for xeus-cpp but it ends up giving me errors (shown in this PR https://github.com/compiler-research/xeus-cpp/pull/153)

anutosh491 avatar Oct 04 '24 16:10 anutosh491