Bug 145503 - mhash-0.9.4a-3: dodgy code
Summary: mhash-0.9.4a-3: dodgy code
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All SUSE Other
: P5 - None : Minor
Target Milestone: ---
Assignee: Marian Jancar
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-25 14:29 UTC by David Binderman
Modified: 2006-01-25 14:54 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Binderman 2006-01-25 14:29:41 UTC
I just tried to compile package mhash-0.9.4a-3 with the Intel C compiler.

It said

stdfns.c(365): warning #187: use of "=" where "==" may have been intended

The source code is

	if (src2 = NULL)

I agree with the compiler. Suggest new code

	if (src2 == NULL)

I also tried to email the author [ nmav@hellug.gr ] but it seems that
this email address doesn't work.
Comment 1 Marian Jancar 2006-01-25 14:54:40 UTC
fixed