| Summary: | old sources with small bugs | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Alex Murygin <alex.murugin> |
| Component: | dict-engcom | Assignee: | Vitaly Lipatov <lav> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | lav |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
А в чём баг? Я всегда пишу != выкинул в engcom-1.35-alt2.src.rpm заставили посомневаться что я еще помню перл ) http://search.cpan.org/dist/perl/pod/perlop.pod#Equality_Operators____ ) Binary "!=" returns true if the left argument is numerically not equal to the right argument. Binary "ne" returns true if the left argument is stringwise not equal to the right argument. Ой, извините, я почему-то решил что это был bash :) Спасибо за уточнение. |
Source2: mueller2utf8 не используется уже, а в нем маленький баг нашел - if( substr( $rightpart, 0, 1 ) != "[" ) { + if( substr( $rightpart, 0, 1 ) ne "[" ) { просьба или вообще этот source выкинуть или поправить исходник )