1
0
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:
ram@mysql.r18.ru
2003-03-01 12:43:09 +04:00
parent 61ff8b6db3
commit 760e51baa3

View File

@@ -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;