Bug 148962 - 5 * unrecognized character escape sequence
Summary: 5 * unrecognized character escape sequence
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: iptstate
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-17 13:31 UTC by David Binderman
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-11-21 13:37:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.