Bug 148962

Summary: 5 * unrecognized character escape sequence
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: iptstateAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: wtogami
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: 2005-11-21 13:37:13 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 David Binderman 2005-02-17 13:31:59 UTC
Description of problem:

I just tried to compile package iptstate-1.3-5 from 
Redhat Fedora development tree.

The compiler said

1.

iptstate.cc(221): warning #192: unrecognized character escape sequence

The source code is

                crap = "\%-";

\% isn't a valid escape sequence. Suggest use plain %.

2.

iptstate.cc(223): warning #192: unrecognized character escape sequence
iptstate.cc(225): warning #192: unrecognized character escape sequence
iptstate.cc(225): warning #192: unrecognized character escape sequence
iptstate.cc(225): warning #192: unrecognized character escape sequence

Duplicates.


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Thomas Woerner 2005-11-21 13:37:13 UTC
Already fixed in iptstate-1.4 in rawhide.