Re: patch - typo


Subject: Re: patch - typo
From: Joaquin Cuenca (e98cuenc@yahoo.com)
Date: Thu Jul 27 2000 - 12:04:32 CDT


Commited

P.S.: I'm a moron.

--- Goran Thyni <goran@kirra.net> wrote:
> fixes a typo in recently added code:
>
> ------------------ snip
> -------------------------------------------------
>
> Index: xap/unix/xap_UnixFrame.cpp
>
===================================================================
> RCS file:
> /cvsroot/abi/src/af/xap/unix/xap_UnixFrame.cpp,v
> retrieving revision 1.87
> diff -u -r1.87 xap_UnixFrame.cpp
> --- xap/unix/xap_UnixFrame.cpp 2000/07/27 15:18:13
> 1.87
> +++ xap/unix/xap_UnixFrame.cpp 2000/07/27 16:05:48
> @@ -649,7 +649,7 @@
> execstring = g_strdup_printf("netscape -remote
> openURL\\(%s\\) || netscape %s &", szURL, szURL);
> }
> system(execstring);
> - gfree(execstring);
> + g_free(execstring);
> FREEP(statbuf);
> return UT_FALSE;
> }
>
>
>

=====
Joaquin Cuenca Abela
e-mail: e98cuenc@yahoo.com

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



This archive was generated by hypermail 2b25 : Thu Jul 27 2000 - 12:04:39 CDT