Rev 2831 | Rev 2846 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2831 | Rev 2844 | ||
|---|---|---|---|
| Line 145... | Line 145... | ||
| 145 | 145 | ||
| 146 | if (last < next) |
146 | if (last < next) |
| 147 | last += PLB_SIZE; |
147 | last += PLB_SIZE; |
| 148 | 148 | ||
| 149 | void *par = NULL; |
149 | void *par = NULL; |
| 150 | void *cur = ops->root_get(); |
150 | void *cur = ops->root_get(dev_handle); |
| 151 | void *tmp; |
151 | void *tmp; |
| 152 | 152 | ||
| 153 | if (ops->plb_get_char(next) == '/') |
153 | if (ops->plb_get_char(next) == '/') |
| 154 | next++; /* eat slash */ |
154 | next++; /* eat slash */ |
| 155 | 155 | ||