Date: Tue, 22 Jul 2003 14:33:54 +0200 From: Simon Barner <barner@in.tum.de> To: ports@FreeBSD.org Subject: Re: Fixing gcc 3.3 compile failures -- fix for audio/midimountain Message-ID: <20030722123354.GF552@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
--Qgof7w7UksPF5inF Content-Type: multipart/mixed; boundary="Bzq2cJcN05fcPrs+" Content-Disposition: inline --Bzq2cJcN05fcPrs+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline --Bzq2cJcN05fcPrs+ 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 +} --Bzq2cJcN05fcPrs+-- --Qgof7w7UksPF5inF 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/HS8yCkn+/eutqCoRAjNvAJ9OlF1+LG6g8xEIGjyKvDn1nymKsACgmCaO QGCaPq6gZR4XYTnvfIkkz1E= =iYfU -----END PGP SIGNATURE----- --Qgof7w7UksPF5inF--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030722123354.GF552>