1 |
|
/* |
2 |
|
* soundplay.cpp - SIDPlayer SoundPlay plugin |
3 |
|
* |
4 |
< |
* SIDPlayer (C) Copyright 1996-2001 Christian Bauer |
4 |
> |
* SIDPlayer (C) Copyright 1996-2004 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
139 |
|
if(!initialized) |
140 |
|
{ |
141 |
|
initialized = true; |
142 |
< |
InitAll(0, NULL); |
142 |
> |
int argc = 0; |
143 |
> |
char **argv = NULL; |
144 |
> |
InitAll(argc, argv); |
145 |
|
} |
146 |
|
if (strncasecmp(filename, MY_URL_HEADER, MY_URL_HEADER_LEN) == 0) { |
147 |
|
// name starts with "sid://", extract file name |