Changeset 25 for trunk/orca/unix

Show
Ignore:
Timestamp:
02/06/06 23:30:15 (3 years ago)
Author:
krobillard
Message:

series which/index renamed to n/it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/unix/os.c

    r1 r25  
    229229        // What is the overhead of creating the arg list between fork/exec? 
    230230        char* argv[10]; 
    231         argumentList( orSTRINGS + a1->index, a1->series.index, argv, 9 ); 
     231        argumentList( orSTRINGS + a1->index, a1->series.it, argv, 9 ); 
    232232 
    233233        close( pfd[0] ); 
     
    306306        // What is the overhead of creating the arg list between fork/exec? 
    307307        char* argv[10]; 
    308         argumentList( orSTRINGS + a1->index, a1->series.index, argv, 9 ); 
     308        argumentList( orSTRINGS + a1->index, a1->series.it, argv, 9 ); 
    309309 
    310310        if( execvp( argv[0], argv ) == -1 )