removes the & in the windows version
Brought to you by:
tautologist,
uberdork
It removes the & in the windows version that causes troubles with the parameters when not calls a batch file. Still the environment ED2K_FN and ED2K_IN aren't set in windows.
$ cat misc.c.patch_1.92
334a335
> #ifdef G_OS_UNIX
337d337
< #ifdef G_OS_UNIX
342c342,344
<
---
> #ifdef G_OS_WIN32
> gchar *cmdlinestr = g_strdup_printf ("%s", exec);
> #endif