Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
14 lines
300 B
C
14 lines
300 B
C
--- SpiralSound/Sample.C.orig Wed Nov 22 13:02:12 2006
|
|
+++ SpiralSound/Sample.C Wed Nov 22 13:03:58 2006
|
|
@@ -18,9 +18,9 @@
|
|
|
|
#include <string.h>
|
|
#include "Sample.h"
|
|
-#include "iostream.h"
|
|
+#include "iostream"
|
|
|
|
-Sample::Sample(int Len=0) :
|
|
+Sample::Sample(int Len) :
|
|
m_Data(NULL),
|
|
m_Length(0)
|
|
{
|