Utility/Formats: Fix MD5 loading

Former-commit-id: 6eb5e2bc69277e0bd87284a66ed73f6fa7e5101c
This commit is contained in:
Lynix
2016-05-03 12:42:52 +02:00
parent d253e22c8f
commit 1fa545da73
3 changed files with 8 additions and 5 deletions

View File

@@ -194,6 +194,7 @@ namespace Nz
m_currentLine = m_stream.ReadLine();
m_currentLine = m_currentLine.SubStringTo("//"); // On ignore les commentaires
m_currentLine.Simplify(); // Pour un traitement plus simple
m_currentLine.Trim();
}
while (m_currentLine.IsEmpty());
}