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.2 by cebix, 2001-01-21T18:04:46Z vs.
Revision 1.3 by cebix, 2001-05-26T12:09:57Z

# Line 139 | Line 139 | static void *getplugin(void **data, cons
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines