# # # patch "ChangeLog" # from [7dee74497a6266dfe18e2072835049e4d9def23f] # to [dfa7e149686189d9221af55a558670bdfe8e7d72] # # patch "paths.cc" # from [79caf3a6b352ffa2268b1ed6b545b174a8ad104e] # to [31e473f534a09b58cab1b815a4aaf533115c9265] # ============================================================ --- ChangeLog 7dee74497a6266dfe18e2072835049e4d9def23f +++ ChangeLog dfa7e149686189d9221af55a558670bdfe8e7d72 @@ -1,3 +1,7 @@ +2006-04-09 Matthew Gregan + + * paths.cc (file_path::file_path): MM() on source path. + 2006-04-08 Nathaniel Smith * NEWS: Finish paragraph that stopped in the ============================================================ --- paths.cc 79caf3a6b352ffa2268b1ed6b545b174a8ad104e +++ paths.cc 31e473f534a09b58cab1b815a4aaf533115c9265 @@ -191,6 +191,7 @@ file_path::file_path(file_path::source_type type, std::string const & path) { + MM(path); I(utf8_validate(path)); switch (type) {