Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 14:24:06 +0200
From:      Simon Barner <barner@in.tum.de>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        ports@FreeBSD.org--fixforaudio/midimountain
Subject:   Re: Fixing gcc 3.3 compile failures
Message-ID:  <20030722122406.GA552@zi025.glhnet.mhn.de>
In-Reply-To: <20030718025200.GA36893@rot13.obsecurity.org>
References:  <20030718025200.GA36893@rot13.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--s9fJI615cBHmzTOP
Content-Type: multipart/mixed; boundary="0eh6TmSyL6TZE2Uz"
Content-Disposition: inline


--0eh6TmSyL6TZE2Uz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline


--0eh6TmSyL6TZE2Uz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment;
	filename="patch-midimountain::mvcSongProperties.cpp"
Content-Transfer-Encoding: quoted-printable

--- midimountain/mvcSongProperties.cpp.orig	Tue Jul 22 04:23:32 2003
+++ midimountain/mvcSongProperties.cpp	Tue Jul 22 04:25:22 2003
@@ -42,7 +42,8 @@
 //=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
 void TMvcSongProperties::SetData( void )
 {
-	int* tmpInt =3D new int =3D 0;
+	int* tmpInt =3D new int;
+	*tmpInt =3D 0;
=20
 	gtk_editable_insert_text( GTK_EDITABLE( FindWidget( "txtName" )),
 		fSequence->GetSequenceName(),
@@ -111,4 +112,4 @@
 void CancelClickedSongProp( GtkButton *button, gpointer user_data )
 {
 	gtk_widget_hide( ((TMvcSongProperties*)user_data)->GetWidget() );
-}
\ No newline at end of file
+}

--0eh6TmSyL6TZE2Uz--

--s9fJI615cBHmzTOP
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE/HSzmCkn+/eutqCoRAkImAKDvUNGM/y05UCmo9PmhWQJ3VT/NmACg5AcA
Fq1hZKhv9BmFFwxSqbBnu8E=
=wRPE
-----END PGP SIGNATURE-----

--s9fJI615cBHmzTOP--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030722122406.GA552>