Bug 145503

Summary: mhash-0.9.4a-3: dodgy code
Product: [openSUSE] SUSE LINUX 10.0 Reporter: David Binderman <dcb314>
Component: BasesystemAssignee: Marian Jancar <mjancar>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: SUSE Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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