Enlightenment CVS committal
Author : xcomputerman
Project : e17
Module : apps/entrance
Dir : e17/apps/entrance/src/client
Modified Files:
entrance_ipc.c
Log Message:
Use absolute path in ipc service name
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_ipc.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- entrance_ipc.c 28 Mar 2004 03:57:01 -0000 1.4
+++ entrance_ipc.c 28 Mar 2004 04:30:13 -0000 1.5
@@ -136,7 +136,7 @@
return FALSE;
memset(buf, 0, sizeof(buf));
- snprintf(buf, 80, "%s_%d", IPC_TITLE, server_pid);
+ snprintf(buf, 80, "%s_%d", PACKAGE_STATE_DIR"/"IPC_TITLE, server_pid);
if (ipc_title)
free(ipc_title);
ipc_title = strdup(buf);
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs