[yast-commit] r55716 - /trunk/yast2/library/control/src/GetInstArgs.ycp
Author: locilka Date: Tue Feb 24 14:31:10 2009 New Revision: 55716 URL: http://svn.opensuse.org/viewcvs/yast?rev=55716&view=rev Log: Corrected comment Modified: trunk/yast2/library/control/src/GetInstArgs.ycp Modified: trunk/yast2/library/control/src/GetInstArgs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/control/src/GetInstArgs.ycp?rev=55716&r1=55715&r2=55716&view=diff ============================================================================== --- trunk/yast2/library/control/src/GetInstArgs.ycp (original) +++ trunk/yast2/library/control/src/GetInstArgs.ycp Tue Feb 24 14:31:10 2009 @@ -29,7 +29,8 @@ /* Check arguments */ args = $[]; integer i=0; - // assign to args first available map (in 2nd stage, first argument is string - bnc#475169) + // assign to args first available map + // (in proposals, first argument is string - bnc#475169) while(i<size(WFM::Args())){ if(is(WFM::Args(i), map)){ args=(map)WFM::Args(i); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org