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

# Line 114 | Line 114 | SIDPlugin::~SIDPlugin()
114  
115   void SIDPlugin::Init()
116   {
117 <        InitAll(0, NULL);
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