--- SIDPlayer/src/soundplay.cpp 2001/01/21 18:04:46 1.2 +++ SIDPlayer/src/soundplay.cpp 2003/04/11 20:23:02 1.4 @@ -1,7 +1,7 @@ /* * soundplay.cpp - SIDPlayer SoundPlay plugin * - * SIDPlayer (C) Copyright 1996-2001 Christian Bauer + * SIDPlayer (C) Copyright 1996-2003 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -139,7 +139,9 @@ static void *getplugin(void **data, cons if(!initialized) { initialized = true; - InitAll(0, NULL); + int argc = 0; + char **argv = NULL; + InitAll(argc, argv); } if (strncasecmp(filename, MY_URL_HEADER, MY_URL_HEADER_LEN) == 0) { // name starts with "sid://", extract file name