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

Comparing SIDPlayer/src/cl_amp.cpp (file contents):
Revision 1.1.1.1 by cebix, 2000-07-28T12:42:30Z vs.
Revision 1.5 by cebix, 2004-01-12T15:15:49Z

# Line 1 | Line 1
1   /*
2   *  cl_amp.cpp - SIDPlayer CL-Amp plugin
3   *
4 < *  SIDPlayer (C) Copyright 1996-2000 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
# Line 114 | Line 114 | SIDPlugin::~SIDPlugin()
114  
115   void SIDPlugin::Init()
116   {
117 <        InitAll();
117 >        int argc = 0;
118 >        char **argv = NULL;
119 >        InitAll(argc, argv);
120   }
121  
122   void SIDPlugin::Cleanup()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines