HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/audio/spiralloops/files/patch-GUI_Widgets_Fl__Loop.C
--- GUI/Widgets/Fl_Loop.C.orig	Wed Nov 22 13:15:09 2006
+++ GUI/Widgets/Fl_Loop.C	Wed Nov 22 13:15:18 2006
@@ -30,7 +30,7 @@
 static const int   INDW = 3; // indicator width
 static const int   UPDATECYCLES = 4;
 
-Fl_Loop::Fl_Loop(int x, int y, int w, int h, const char* label=0) : 
+Fl_Loop::Fl_Loop(int x, int y, int w, int h, const char* label) : 
 Fl_Double_Window(x,y,w,h,label), 
 m_data(NULL),
 m_MainWin(NULL),