Changes in tests/configs/parsebools.cfa [025f9c5:0b6089f]
- File:
-
- 1 edited
-
tests/configs/parsebools.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/configs/parsebools.cfa
r025f9c5 r0b6089f 50 50 } 51 51 52 int true_main( const char * path, c onst char * env[] ) {52 int true_main( const char * path, char * env[] ) { 53 53 printf( "no arg:\n" ); 54 54 if ( pid_t child = strict_fork(); child == 0 ) {
Note:
See TracChangeset
for help on using the changeset viewer.