Bug 125115

Summary: minor nit of undefined code
Product: [Fedora] Fedora Reporter: d.binderman
Component: eogAssignee: Christopher Aillon <caillon>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-24 21:43:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description d.binderman 2004-06-02 20:06:38 UTC
Description of problem:

I just tried to compile package eog-2.6.0-2 from Redhat Fedora
Core2.

The compiler said

eog-collection-item.c:402: warning: operation on `i' may be undefined

The source code is

	i = i--;

Suggest

	--i;

would be enough to shut up the compiler.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Christopher Aillon 2004-08-24 21:43:35 UTC
Thanks for the report.  This has been fixed upstream and is now in
rawhide.