[yast-commit] r67459 - /trunk/s390/src/modules/DASDController.ycp
Author: aschnell Date: Thu Feb 16 11:42:21 2012 New Revision: 67459 URL: http://svn.opensuse.org/viewcvs/yast?rev=67459&view=rev Log: - removed unneeded scope operator Modified: trunk/s390/src/modules/DASDController.ycp Modified: trunk/s390/src/modules/DASDController.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/s390/src/modules/DASDController.ycp?rev=67459&r1=67458&r2=67459&view=diff ============================================================================== --- trunk/s390/src/modules/DASDController.ycp (original) +++ trunk/s390/src/modules/DASDController.ycp Thu Feb 16 11:42:21 2012 @@ -279,7 +279,7 @@ GetDeviceIndex(string channel) { integer ret = nil; - foreach(integer index , map<string, any> d, DASDController::devices, { + foreach(integer index , map<string, any> d, devices, { if (d["channel"]:"0.0.0000" == channel) ret = index; }); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn2.opensuse.org