This is a copy of JP Sugarbroad 's (taralx's) hercules-390/hyperion issue 241 of the same name.
He writes:
This was caught via -Wmisleading-indentation, which unfortunately has a bunch of misfires due to creative indentation style.
Apparenty due to some missing braces in a multiple if statement sequence in dasdcopy.c incorrect behavior occurs for FBA devices. His patch adds this missing braces to correct the problem.
This is a copy of JP Sugarbroad 's (taralx's) hercules-390/hyperion issue 241 of the same name.
He writes:
Apparenty due to some missing braces in a multiple
ifstatement sequence indasdcopy.cincorrect behavior occurs for FBA devices. His patch adds this missing braces to correct the problem.