Commit 22c3b97b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

winvlc: fix arguments

parent 7a7630a1
......@@ -149,7 +149,7 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
argv[j++] = FromWide( L"--media-library" );
argv[j++] = FromWide( L"--no-ignore-config" );
#ifdef TOP_SRCDIR
argv[argc++] = FromWide (L"--data-path=Z:"TOP_SRCDIR"/share");
argv[j++] = FromWide (L"--data-path=Z:"TOP_SRCDIR"/share");
#endif
for (int i = 1; i < argc; i++)
{
......
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