mirror of
https://github.com/MariaDB/server.git
synced 2025-10-12 12:25:37 +03:00
os_rename.c:
Typo fix.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user