]> git.pld-linux.org Git - packages/firefox.git/blob - mozilla-firefox-pango-typo.patch
- if you want to use compiler specific options, don't use them unconditionally
[packages/firefox.git] / mozilla-firefox-pango-typo.patch
1 https://bugzilla.mozilla.org/show_bug.cgi?id=322928
2
3 Index: gfx/src/gtk/nsFontMetricsPango.cpp
4 ===================================================================
5 RCS file: /cvsroot/mozilla/gfx/src/gtk/nsFontMetricsPango.cpp,v
6 retrieving revision 1.16.2.2
7 diff -d -u -p -r1.16.2.2 nsFontMetricsPango.cpp
8 --- gfx/src/gtk/nsFontMetricsPango.cpp  16 Sep 2005 06:16:02 -0000      1.16.2.2
9 +++ gfx/src/gtk/nsFontMetricsPango.cpp  20 Feb 2006 19:15:19 -0000
10 @@ -981,7 +981,7 @@ nsFontMetricsPango::GetPosition(const PR
11  
12      // Jump to the end if it's not found.
13      if (!found) {
14 -        if (inx = 0)
15 +        if (inx == 0)
16              retval = 0;
17          else if (trailing)
18              retval = aLength;
This page took 0.057374 seconds and 3 git commands to generate.