This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [psmisc] Display bug


Hello,

Replacing line 719 by the following in fuser.c works fine :
printf (" %d", item->u.proc.pid);

Could you please notify us when the package on the repository will be updated ?

Thank you very much !

Best regards,

Benjamin



2011/6/29 AZ 9901 <az9901@gmail.com>
>
> Hello,
>
> I think there is a little display bug in last psmisc package (21.5-3), especially in fuser tool.
>
> For example :
>
> # fuser /tmp/test
> /tmp/test:ÂÂÂÂÂÂÂÂÂ 13487213604414537
>
> Process numbers are not separated.
>
> I think that this is due to line 719 in fuser.c :
> printf ("%6d", item->u.proc.pid);
>
> Perhaps the following could be better ?
> printf ("%d ", item->u.proc.pid);
>
> Could it be possible to update this package ?
>
> Thank you very much !
>
> Best regards,
>
> Benjamin
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]