Bug 18158 - old sources with small bugs
Summary: old sources with small bugs
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: dict-engcom (show other bugs)
Version: unstable
Hardware: all Linux
: P2 enhancement
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 16:37 MSK by Alex Murygin
Modified: 2008-12-10 22:37 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Murygin 2008-12-09 16:37:10 MSK
Source2: mueller2utf8
не используется уже, а в нем маленький баг нашел
- if( substr( $rightpart, 0, 1 ) != "[" ) {
+ if( substr( $rightpart, 0, 1 ) ne "[" ) {
просьба или вообще этот source выкинуть или поправить исходник )
Comment 1 Vitaly Lipatov 2008-12-09 23:39:48 MSK
А в чём баг? Я всегда пишу !=
выкинул в engcom-1.35-alt2.src.rpm
Comment 2 Alex Murygin 2008-12-10 12:53:45 MSK
заставили посомневаться что я еще помню перл )
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. 
Comment 3 Vitaly Lipatov 2008-12-10 22:37:47 MSK
Ой, извините, я почему-то решил что это был bash :)
Спасибо за уточнение.