parent
bf8cd89fcf
commit
bfa94c24f6
@ -1 +1 @@
|
||||
gnome-commander-1.2.7-svn1870_trunk.tar.bz2
|
||||
gnome-commander-1.2.7-svn1874_trunk.tar.bz2
|
||||
|
@ -0,0 +1,18 @@
|
||||
Index: src/intviewer/text-render.cc
|
||||
===================================================================
|
||||
--- src/intviewer/text-render.cc (revision 1874)
|
||||
+++ src/intviewer/text-render.cc (working copy)
|
||||
@@ -1954,7 +1954,12 @@
|
||||
show_marker = (marker_start!=marker_end);
|
||||
text_render_utf8_clear_buf(w);
|
||||
|
||||
- if (w->priv->hex_offset_display)
|
||||
+ // Temporary workaround
|
||||
+ // Currently when "_Decimal Offset in Hexdump" is set,
|
||||
+ // hex_offset_display is set, however at this state offset must
|
||||
+ // be displayed in decimal!!
|
||||
+
|
||||
+ if (!(w->priv->hex_offset_display))
|
||||
text_render_utf8_printf(w, "%08lx ", (unsigned long)start_of_line);
|
||||
else
|
||||
text_render_utf8_printf(w, "%09lu ", (unsigned long)start_of_line);
|
Loading…
Reference in new issue