X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/4cf57e6db08da791233d75237f62e74bc88dd427..6e2b3026c6a496e81642c373796bd39dad33d2a6:/SourceItem.cpp diff --git a/SourceItem.cpp b/SourceItem.cpp index 6c2b30d..52cf887 100644 --- a/SourceItem.cpp +++ b/SourceItem.cpp @@ -598,7 +598,7 @@ void SourceItem::load(QDomElement funcElement) throw(Exception) { throw(Exception(PROJECTFILE_CORRUPTED)); } if (referenceMd5 != referenceXml) { - throw(Exception(PROJECTFILE_CORRUPTED)); + reference = referenceXml; } else { reference = referenceMd5;