--- SIDPlayer/src/soundplay.cpp 2001/01/14 13:17:35 1.1 +++ SIDPlayer/src/soundplay.cpp 2001/01/21 18:04:46 1.2 @@ -1,7 +1,7 @@ /* * soundplay.cpp - SIDPlayer SoundPlay plugin * - * SIDPlayer (C) Copyright 1996-2000 Christian Bauer + * SIDPlayer (C) Copyright 1996-2001 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,7 @@ static void *getplugin(void **data, cons if(!initialized) { initialized = true; - InitAll(); + InitAll(0, NULL); } if (strncasecmp(filename, MY_URL_HEADER, MY_URL_HEADER_LEN) == 0) { // name starts with "sid://", extract file name