summaryrefslogtreecommitdiff
path: root/benchmarks/xdd/files/patch-parse.c
blob: 9ca45648e169f677e4d32a3445d316ab41c5d19b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- parse.c.orig	Thu Jun  1 14:48:28 2006
+++ parse.c	Thu Jun  1 14:56:44 2006
@@ -697,7 +697,7 @@
 xddfunc_delay(int32_t argc, char *argv[])
 { 
 	xgp->passdelay = atoi(argv[1]);
-    return(1);
+    return(2);
 }
 /*----------------------------------------------------------------------------*/
 // Delete the target file when complete
@@ -1101,7 +1101,7 @@
 xddfunc_maxerrors(int32_t argc, char *argv[])
 {
 	xgp->max_errors = atoi(argv[1]);
-    return(1);
+    return(2);
 }
 /*----------------------------------------------------------------------------*/
 // Set the maximum runtime priority