Skip to content

Commit

Permalink
Fix #7
Browse files Browse the repository at this point in the history
  • Loading branch information
edipretoro committed May 15, 2016
1 parent 6e89205 commit 60ec254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/skos2unimarc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ sub output_as_unimarc {
}
}

io( $self->output)->append( $self->_raw_to_marc_record( $record ) );
io( $self->output)->append( MARC::File::USMARC::encode( $self->_raw_to_marc_record( $record ) ) );
}
}

Expand Down

0 comments on commit 60ec254

Please sign in to comment.