Fixed a bug.

geesefs-0-30-9
Aaron Jacobs 2015-06-25 15:41:08 +10:00
parent 8ba8c0bf24
commit eeb412d406
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ func Convert(
OldParent: InodeID(typed.Header.Node), OldParent: InodeID(typed.Header.Node),
OldName: typed.OldName, OldName: typed.OldName,
NewParent: InodeID(typed.NewDir), NewParent: InodeID(typed.NewDir),
NewName: typed.OldName, NewName: typed.NewName,
} }
io = to io = to
co = &to.commonOp co = &to.commonOp