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;
|
||||
if (!GetFullPathName(oldname, sizeof(oldbuf), oldbuf,
|
||||
&FilePath) ||
|
||||
!GetFullPathName(newname, sizeof(newbuf),newdbuf,
|
||||
!GetFullPathName(newname, sizeof(newbuf), newbuf,
|
||||
&FilePath)) {
|
||||
ret = __os_win32_errno();
|
||||
goto done;
|
||||
|
Loading…
x
Reference in New Issue
Block a user