From 57f8ae73ce61e281414e5cc4d20dc4986f60c374 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 26 Nov 2004 21:14:51 +0000 Subject: Another one... svn-id: r15898 --- backends/dc/selector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/dc/selector.cpp b/backends/dc/selector.cpp index 92cce1ea69..76b5f26fb9 100644 --- a/backends/dc/selector.cpp +++ b/backends/dc/selector.cpp @@ -226,7 +226,7 @@ static int findGames(Game *games, int max) { Dir *dirs = new Dir[MAX_DIR]; int curr_game = 0, curr_dir = 0, num_dirs = 1; - dirs[0].node = FilesystemNode::getRoot(); + dirs[0].node = FilesystemNode(); while(curr_game < max && curr_dir < num_dirs) { strncpy(dirs[curr_dir].name, dirs[curr_dir].node.path().c_str(), 252); dirs[curr_dir].name[251] = '\0'; -- cgit v1.2.3