Fixed arg index.

r1653 | ffr | 2007-03-15 09:41:24 +1100 (Thu, 15 Mar 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-03-15 09:41:24 +11:00
committed by Douglas Clowes
parent 1ba30f1991
commit 388d68aef1

View File

@@ -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);