os_rename.c:
Typo fix. bdb/os_win32/os_rename.c: Typo fix.
This commit is contained in:
parent
4d3713d64d
commit
9ef473b963
@ -50,7 +50,7 @@ __os_rename(dbenv, oldname, newname, flags)
|
|||||||
LPTSTR FilePath;
|
LPTSTR FilePath;
|
||||||
if (!GetFullPathName(oldname, sizeof(oldbuf), oldbuf,
|
if (!GetFullPathName(oldname, sizeof(oldbuf), oldbuf,
|
||||||
&FilePath) ||
|
&FilePath) ||
|
||||||
!GetFullPathName(newname, sizeof(newbuf),newdbuf,
|
!GetFullPathName(newname, sizeof(newbuf), newbuf,
|
||||||
&FilePath)) {
|
&FilePath)) {
|
||||||
ret = __os_win32_errno();
|
ret = __os_win32_errno();
|
||||||
goto done;
|
goto done;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user