Bug 114371

Summary: 2 * unrecognised character
Product: [Fedora] Fedora Reporter: d.binderman
Component: gtkhtml3Assignee: Dave Malcolm <dmalcolm>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
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-05-18 01:50:43 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-01-27 12:26:57 UTC
Description of problem:

I just tried to compile package gtkhtml3-3.0.9-5 from Redhat
Fedora Core 1.

The compiler said

1.

htmlimage.c(541): warning #192: unrecognized character escape sequence

The source code is

                if (!html_engine_save_output_string (state, "
WIDTH=\"%d\%\"", image->specified_width))

Suspect compiler doesn't like \% character sequence. Suggest use
%% instead.

2.

htmlimage.c(549): warning #192: unrecognized character escape sequence

Duplicate.


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


How reproducible:


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


Expected results:


Additional info:

Comment 1 Dave Malcolm 2004-05-18 01:50:43 UTC
Fixed in upstream CVS