[gnome-commander/gcmd-1-2-8] Fixed problem #631243 (advrename $c(width) regression)
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/gcmd-1-2-8] Fixed problem #631243 (advrename $c(width) regression)
- Date: Fri, 8 Oct 2010 20:08:57 +0000 (UTC)
commit bb761bd4559f2efe2c31ebca966e59ab838abe05
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Fri Oct 8 22:06:39 2010 +0200
Fixed problem #631243 (advrename $c(width) regression)
NEWS | 2 +-
doc/C/gnome-commander.xml | 2 +-
src/gnome-cmd-advrename-lexer.ll | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3fb84ca..38317fd 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ gnome-commander 1.2.8.9
---------------
Bug fixes:
- * ...
+ * Fixed problem #631243 (advrename $c(width) regression)
New features:
* Support for shell-style wildcards in quick search
diff --git a/doc/C/gnome-commander.xml b/doc/C/gnome-commander.xml
index 32b2046..4b7d116 100644
--- a/doc/C/gnome-commander.xml
+++ b/doc/C/gnome-commander.xml
@@ -6063,7 +6063,7 @@
<para>
<itemizedlist>
<listitem>
- <para>...</para>
+ <para>Fixed problem #631243 (advrename $c(width) regression)</para>
</listitem>
</itemizedlist>
</para>
diff --git a/src/gnome-cmd-advrename-lexer.ll b/src/gnome-cmd-advrename-lexer.ll
index 41e5ae8..868e92e 100644
--- a/src/gnome-cmd-advrename-lexer.ll
+++ b/src/gnome-cmd-advrename-lexer.ll
@@ -320,7 +320,7 @@ void gnome_cmd_advrename_reset_counter(long start, int precision, int step)
{
(*i)->counter.n = (*i)->counter.start = start;
(*i)->counter.step = (*i)->counter.init_step==GLOBAL_COUNTER_STEP ? step : (*i)->counter.init_step;
- (*i)->counter.prec = (*i)->counter.init_step==GLOBAL_COUNTER_PREC ? precision : (*i)->counter.init_prec;
+ (*i)->counter.prec = (*i)->counter.init_prec==GLOBAL_COUNTER_PREC ? precision : (*i)->counter.init_prec;
sprintf((*i)->counter.fmt,"%%0%ili",(*i)->counter.prec);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]