ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/soundplay.cpp
(Generate patch)

Comparing SIDPlayer/src/soundplay.cpp (file contents):
Revision 1.1 by cebix, 2001-01-14T13:17:35Z vs.
Revision 1.4 by cebix, 2003-04-11T20:23:02Z

# Line 1 | Line 1
1   /*
2   *  soundplay.cpp - SIDPlayer SoundPlay plugin
3   *
4 < *  SIDPlayer (C) Copyright 1996-2000 Christian Bauer
4 > *  SIDPlayer (C) Copyright 1996-2003 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
# Line 139 | Line 139 | static void *getplugin(void **data, cons
139          if(!initialized)
140          {
141                  initialized = true;
142 <                InitAll();
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines