Fixed arg index.
r1653 | ffr | 2007-03-15 09:41:24 +1100 (Thu, 15 Mar 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
1ba30f1991
commit
388d68aef1
@@ -70,7 +70,7 @@ int MakeDiffScan(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
pNew->pDes->SaveStatus = SaveDiffScan;
|
||||
|
||||
if(argc > 1) {
|
||||
status = AddCommand(pSics,argv[1],
|
||||
status = AddCommand(pSics,argv[2],
|
||||
DiffScanWrapper,
|
||||
KillDiffScan,
|
||||
pNew);
|
||||
|
||||
Reference in New Issue
Block a user