[ 
https://issues.apache.org/jira/browse/LOG4PHP-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Habunek closed LOG4PHP-163.
--------------------------------

    Resolution: Fixed

Done and commited to trunk. Try it out.
                
> LoggerPatternConverter formats max incorrectly
> ----------------------------------------------
>
>                 Key: LOG4PHP-163
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-163
>             Project: Log4php
>          Issue Type: Bug
>          Components: Code
>    Affects Versions: 2.3.0
>            Reporter: Daniel Wong
>            Assignee: Ivan Habunek
>            Priority: Trivial
>              Labels: patch
>             Fix For: 2.3.0
>
>         Attachments: patchfile
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When formatting using %.10F notation, the number is truncated from the end of 
> string. Rather, it should truncate to the size of $this->max
> Propose for line LoggerPatternConverter.php:98
> $sbuf .= substr($s, -($this->max), $this->max); 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to