Subject: patch - typo
From: Goran Thyni (goran@kirra.net)
Date: Thu Jul 27 2000 - 11:10:46 CDT
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;
 }
This archive was generated by hypermail 2b25 : Thu Jul 27 2000 - 11:10:54 CDT