|
From: Mike F. <va...@ge...> - 2007-09-24 11:25:43
|
On Monday 24 September 2007, Patrick Kirsch wrote: > -=A0=A0=A0=A0=A0=A0=A0char semname[20]; > +=A0=A0=A0=A0=A0=A0=A0char semname[28]; > =A0 > =A0=A0=A0=A0=A0=A0=A0=A0sprintf(semname, "/" FUNCTION "_" TEST "_%d", get= pid()); which probably mostly works today, but who knows tomorrow ... probably a lo= ng=20 term solution would be to have a common init function and move this same=20 logic there ... =2Dmike |