Utility/Formats: Fix MD5 loading
Former-commit-id: 6eb5e2bc69277e0bd87284a66ed73f6fa7e5101c
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user