decode-edid perl problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> Really strange. This is supposed to work with perl 5.005_03. Please
> try adding a third parameter to the syswrite calls:
>   syswrite PIPE, "\n";
> becomes:
>   syswrite (PIPE, "\n", length ("\n"));
> and so on.
> 
> In sensors-detect we use that form and it seem to work for you. If it
> works I'll commit the changes.

I just realized I should be using print, not syswrite, so you may check
just to increase our knowledge, but the fix I'll commit will be
different anyway.

-- 
Jean Delvare
http://www.ensicaen.ismra.fr/~delvare/



[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux