Rev 3479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3479 | Rev 3582 | ||
---|---|---|---|
Line 119... | Line 119... | ||
119 | return; |
119 | return; |
120 | 120 | ||
121 | memcpy(current_node->da_name, &path[i], len); |
121 | memcpy(current_node->da_name, &path[i], len); |
122 | current_node->da_name[len] = '\0'; |
122 | current_node->da_name[len] = '\0'; |
123 | 123 | ||
124 | - | ||
125 | /* |
124 | /* |
126 | * Recursively process the potential child node. |
125 | * Recursively process the potential child node. |
127 | */ |
126 | */ |
128 | child = ofw_get_child_node(current); |
127 | child = ofw_get_child_node(current); |
129 | if (child != 0 && child != -1) { |
128 | if (child != 0 && child != -1) { |