ftp://ftp.netbsd.org/pub/NetBSD/misc/agc/borked-current/audio/spiralloops/.broken.sys2.html
13 lines
297 B
Text
13 lines
297 B
Text
$NetBSD: patch-ag,v 1.1 2003/12/19 16:37:54 ben Exp $
|
|
|
|
--- SpiralSound/Sample.C.orig 2001-04-19 13:48:13.000000000 -0700
|
|
+++ SpiralSound/Sample.C
|
|
@@ -20,7 +20,7 @@
|
|
#include "Sample.h"
|
|
#include "iostream.h"
|
|
|
|
-Sample::Sample(int Len=0) :
|
|
+Sample::Sample(int Len) :
|
|
m_Data(NULL),
|
|
m_Length(0)
|
|
{
|