From owner-freebsd-current@FreeBSD.ORG Tue Jul 22 05:24:16 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A39337B401 for ; Tue, 22 Jul 2003 05:24:16 -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 7E99F43F3F for ; Tue, 22 Jul 2003 05:24:15 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 3DA233880B; Tue, 22 Jul 2003 14:24:07 +0200 (CEST) Date: Tue, 22 Jul 2003 14:24:06 +0200 From: Simon Barner To: Kris Kennaway Message-ID: <20030722122406.GA552@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="s9fJI615cBHmzTOP" 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 cc: current@FreeBSD.org cc: ports@FreeBSD.org--fixforaudio/midimountain Subject: Re: Fixing gcc 3.3 compile failures X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 12:24:16 -0000 --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--