We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1db44 commit b1cff61Copy full SHA for b1cff61
MMVII/include/cMMVII_Appli.h
@@ -300,10 +300,10 @@ class cMMVII_Ap_CPU
300
Each argument must be added seperatly or in a coma separated list.
301
The arguments will be automatically quoted (hopefully correctly ...).
302
303
- The full command line can be retreive by the .Com() method.
+ The full command line can be retrieved by the .Com() method.
304
305
Ex:
306
- cParamCallSys aCom(cMMVII_Apli::FullBin(),"Bench",1);
+ cParamCallSys aCom(cMMVII_Apli::FullBin(),"Bench","1");
307
or
308
cParamCallSys aCom;
309
aCom.AddArgs(cMMVII_Apli::FullBin());
0 commit comments