Skip to content
  • Kevin J. McCarthy's avatar
    Fix the x-label update code check location. · 917d5bd0
    Kevin J. McCarthy authored
    The x-label comparison was outside the "beginning of header" block.
    
    This meant that it could theoretically match a continuation line.
    Additionally, the continuation lines of x-labels would not be
    stripped, because the comparison was after the ignore variable was
    reset.
    
    Move the comparison inside the block and before the ignore reset.
    917d5bd0