cpp-command-output
cpp-command-output copied to clipboard
Probable typo (redundant Fgets)
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