Share

PerlPlusPlugin

Tracker: Bugs

5 compile error in npperlplus.c - ID: 534943
Last Update: Tracker Item Submitted ( nobody )

Using linux with gcc3.0.3 and
PerlPlusPlugin.0.95.04.tar.gz

error:

src/npperlplus.c: In function `NPP_New':
src/npperlplus.c:182: too few arguments to function `kill'
make[1]: *** [npperlplus.o] Error 1


needed to change line 182 in npperlplus.c
from

if ((kill(This->pid),0) == 0 && This->running )

to

if ((kill((This->pid),0) == 0) && This->running )
^^
Missing a (


I like this plugin. :-)


Nobody/Anonymous ( nobody ) - 2002-03-25 23:52

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.