Commit 9ef473b9 authored by unknown's avatar unknown

os_rename.c:

  Typo fix.


bdb/os_win32/os_rename.c:
  Typo fix.
parent 4d3713d6
...@@ -50,7 +50,7 @@ __os_rename(dbenv, oldname, newname, flags) ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment