The unified diff between revisions [8846a6b8..] and [ebdccab0..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'file_io.hh'

#
#
# patch "file_io.hh"
#  from [2082dc3c8480400f32fcbe1c4d881d7512de2204]
#    to [362691f10f63d93e7cf83f299fe5aa0b4dcbee17]
#
============================================================
--- file_io.hh	2082dc3c8480400f32fcbe1c4d881d7512de2204
+++ file_io.hh	362691f10f63d93e7cf83f299fe5aa0b4dcbee17
@@ -72,7 +72,7 @@ void read_localized_data(file_path const
                          data & dat,
                          lua_hooks & lua);

-void read_directory(system_path const & path,
+void read_directory(any_path const & path,
                     std::vector<utf8> & files,
                     std::vector<utf8> & dirs);

@@ -101,6 +101,7 @@ public:
 class tree_walker
 {
 public:
+  // returns true if the directory should be descended into
   virtual void visit_dir(file_path const & path);
   virtual void visit_file(file_path const & path) = 0;
   virtual ~tree_walker();