Skip to content
Snippets Groups Projects
Commit 319cac4c authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard
Browse files

advpack: backup should be a const string.

parent c56eec22
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,8 @@ HRESULT WINAPI AddDelBackupEntryA(LPCSTR lpcszFileList, LPCSTR lpcszBackupDir,
LPCSTR lpcszBaseName, DWORD dwFlags)
{
UNICODE_STRING backupdir, basename;
LPWSTR filelist, backup;
LPWSTR filelist;
LPCWSTR backup;
HRESULT res;
TRACE("(%s, %s, %s, %ld)\n", debugstr_a(lpcszFileList),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment