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.2 by cebix, 2001-01-21T18:04:46Z

# 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-2001 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 >                InitAll(0, NULL);
143          }
144          if (strncasecmp(filename, MY_URL_HEADER, MY_URL_HEADER_LEN) == 0) {
145                  // name starts with "sid://", extract file name

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines