mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 04:30:43 +00:00
make the param names agree with the header file
This commit is contained in:
parent
ab310cb443
commit
e74a8a7c62
1 changed files with 2 additions and 2 deletions
|
@ -84,9 +84,9 @@ struct QFile_s {
|
|||
|
||||
|
||||
VISIBLE int
|
||||
Qrename (const char *old, const char *new)
|
||||
Qrename (const char *old_path, const char *new_path)
|
||||
{
|
||||
return rename (old, new);
|
||||
return rename (old_path, new_path);
|
||||
}
|
||||
|
||||
VISIBLE int
|
||||
|
|
Loading…
Reference in a new issue