cpp-command-output icon indicating copy to clipboard operation
cpp-command-output copied to clipboard

Probable typo (redundant Fgets)

Open mickjmason opened this issue 3 years ago • 0 comments

https://github.com/RaymiiOrg/cpp-command-output/blob/9a9edca13f15182b0c405902747f86c4a19638ec/main.cpp#L33

Hi, I know basically zero CPP so may well be wrong. Just trying to use your code but hit a compile error on line 33. Currently says Command::execFgets, but is probably supposed to just be Command::exec.

Works a treat once that is changed!! Thanks

mickjmason avatar Nov 01 '22 07:11 mickjmason