Skip to content

Commit

Permalink
Fix what looks like a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jccr committed Dec 10, 2014
1 parent aacffe3 commit ba80704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ePub3/ePub/manifest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ bool ManifestItem::ParseXML(shared_ptr<xml::Node> node)
return false;

_mediaType = _getProp(node, "media-type");
if ( _href.empty() )
if ( _mediaType.empty() )
return false;

_mediaOverlayID = _getProp(node, "media-overlay");
Expand Down

0 comments on commit ba80704

Please sign in to comment.