Date: Tue, 9 Apr 2013 14:06:58 +0300 From: Ivan Klymenko <fidaj@ukr.net> To: Golyashov Sergey <svvord@ulona.org> Cc: gnome@FreeBSD.org Subject: Re: ports/177462: graphics/dia: dia-0.97.2,1 fails to start Message-ID: <20130409140658.5fdf41c1@nonamehost> In-Reply-To: <201304090700.r39701bL089356@freefall.freebsd.org> References: <201304090700.r39701bL089356@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
=D0=92 Tue, 9 Apr 2013 07:00:01 GMT Golyashov Sergey <svvord@ulona.org> =D0=BF=D0=B8=D1=88=D0=B5=D1=82: =20 > This patch solves problem for me: > =20 > --- objects/custom/shape_typeinfo.c.orig 2013-04-09 > 01:48:15.838095782 +1100 +++ objects/custom/shape_typeinfo.c > 2013-04-09 16:21:37.840874850 +1100 @@ -196,7 +195,7 @@ > saxHandler.warning =3D _warning; > once =3D TRUE; > } > - f =3D g_fopen (info->filename, "rb"); > + f =3D fopen (info->filename, "rb"); > if (!f) > return FALSE; > while ((n =3D fread (buffer, 1, BLOCKSIZE, f)) > 0) { > =20 Thanks. It works for me to.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130409140658.5fdf41c1>