push_armor_filter ( afx, inp );
- if( (rc = open_outfile (-1, fname, 0, 0, &out, 0)) )
+ if( (rc = open_outfile (-1, fname, 0, 0, &out)) )
goto leave;
while( (c = iobuf_get(inp)) != -1 )
}
- if( (rc = open_outfile (-1, fname, 1, 0, &out, 0 )) )
+ if( (rc = open_outfile (-1, fname, 1, 0, &out )) )
goto leave;
afx->what = 4;