Menu

#50 removes the & in the windows version

open
nobody
None
5
2006-02-15
2006-02-15
Anonymous
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.