# | Line 1966 | Line 1966 | static int16 fs_cat_move(uint32 pb) | |
---|---|---|
1966 | strcpy(old_path, full_path); | |
1967 | ||
1968 | // Find path for new directory | |
1969 | < | Mac2Host_memcpy(fs_data + fsPB, pb, SIZEOF_IOParam); |
1969 | > | Mac2Mac_memcpy(fs_data + fsPB, pb, SIZEOF_IOParam); |
1970 | WriteMacInt32(fs_data + fsPB + ioNamePtr, ReadMacInt32(pb + ioNewName)); | |
1971 | FSItem *new_dir_item; | |
1972 | result = get_item_and_path(fs_data + fsPB, ReadMacInt32(pb + ioNewDirID), new_dir_item); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |