From ee9d2f87f20c5f9b4b4259d31fdde46a526e0503dd2612dbf3832ffe12300da3 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Wed, 5 Mar 2014 10:05:23 +0000 Subject: [PATCH] - Fix comment of last commit OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=58 --- xdm.changes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xdm.changes b/xdm.changes index 5a681a5..fb484b5 100644 --- a/xdm.changes +++ b/xdm.changes @@ -1,13 +1,13 @@ ------------------------------------------------------------------- Wed Mar 5 08:36:01 UTC 2014 - cxiong@suse.com -- fix two array iteration bug +- fix two array iteration bug in etc/X11/xdm/Xsession (xdm.tar.bz2) - 1. "${#argv[@]}" is just the size of the array instead of all the elements, i.e. - "${argv[@]}", no sharp "#" sign. + 1. "${#argv[@]}" is just the size of the array instead of all the elements, + i.e. "${argv[@]}", no sharp "#" sign. - 2. index of array starting from 0, so "argc" should be increased at the end of - iteration loop. + 2. index of array starting from 0, so "argc" should be increased at the end + of iteration loop. (bnc#866874) ------------------------------------------------------------------- Wed Feb 19 10:33:21 UTC 2014 - sndirsch@suse.com