From 1633f62134ff7d7c1071d61abd04666f586f5a8768cd559f2489466db467500a Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 11 Mar 2014 08:23:55 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/xdm revision 28.0 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=5883c1601cbe620ca695e68790c472bc --- xdm.changes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/xdm.changes b/xdm.changes index fb484b5..999e7e4 100644 --- a/xdm.changes +++ b/xdm.changes @@ -1,6 +1,17 @@ ------------------------------------------------------------------- Wed Mar 5 08:36:01 UTC 2014 - cxiong@suse.com +- fix two array iteration bug + + 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. + +------------------------------------------------------------------- +Wed Mar 5 08:36:01 UTC 2014 - cxiong@suse.com + - 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,