Bug 434616

Summary: gnome-commander-1.2.5-32: ordered comparison of pointer with integer zero
Product: [openSUSE] openSUSE 11.1 Reporter: David Binderman <dcb314>
Component: GNOMEAssignee: E-mail List <gnome-bugs>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Factory   
Target Milestone: ---   
Hardware: All   
OS: openSUSE 11.0   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description David Binderman 2008-10-12 19:43:10 UTC
I just tried to compile Suse Linux package gnome-commander-1.2.5-32
and the compiler said

interface.c:384: warning: ordered comparison of pointer with integer zero

The source code is

   if (fd < 0) return;

Suggest replace with

   if (fd == 0) return;
Comment 1 JP Rosevear 2008-10-15 15:46:45 UTC
This was already filed.

*** This bug has been marked as a duplicate of bug 431889 ***