Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2880 → Rev 2881

/trunk/uspace/srv/fs/fat/fat_ops.c
308,7 → 308,8
}
if (strcmp(name, component) == 0) {
/* hit */
fat_idx_t *idx = fat_idx_map(parentp->firstc,
fat_idx_t *idx = fat_idx_map(
parentp->idx->dev_handle, parentp->firstc,
i * dps + j);
void *node = fat_node_get(idx->dev_handle,
idx->index);