Skip to content

Conversation

me-no-dev
Copy link
Member

No description provided.

@me-no-dev me-no-dev merged commit e625b3b into master Mar 10, 2017
@me-no-dev me-no-dev deleted the file-system branch March 10, 2017 14:25
}
sprintf(temp1,"%s%s", _mountpoint, pathFrom);
sprintf(temp2,"%s%s", _mountpoint, pathTo);
auto rc = real_rename(temp1, temp2);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can also use auto rc = ::rename(temp1, temp2);

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good one! Will give it a go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants