From owner-freebsd-ports@FreeBSD.ORG Tue Jul 22 05:33:56 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9A4C37B401 for ; Tue, 22 Jul 2003 05:33:56 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B8943FAF for ; Tue, 22 Jul 2003 05:33:56 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id C9E2A38810; Tue, 22 Jul 2003 14:33:54 +0200 (CEST) Date: Tue, 22 Jul 2003 14:33:54 +0200 From: Simon Barner To: ports@FreeBSD.org Message-ID: <20030722123354.GF552@zi025.glhnet.mhn.de> References: <20030718025200.GA36893@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qgof7w7UksPF5inF" Content-Disposition: inline In-Reply-To: <20030718025200.GA36893@rot13.obsecurity.org> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de Subject: Re: Fixing gcc 3.3 compile failures -- fix for audio/midimountain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 12:33:57 -0000 --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--