[yast-commit] r67523 - /trunk/core/libycp/src/YCPBuiltinInteger.cc
Author: aschnell Date: Wed Feb 22 15:23:28 2012 New Revision: 67523 URL: http://svn.opensuse.org/viewcvs/yast?rev=67523&view=rev Log: - fixed example Modified: trunk/core/libycp/src/YCPBuiltinInteger.cc Modified: trunk/core/libycp/src/YCPBuiltinInteger.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/core/libycp/src/YCPBuiltinInteger.cc?rev=67523&r1=67522&r2=67523&view=diff ============================================================================== --- trunk/core/libycp/src/YCPBuiltinInteger.cc (original) +++ trunk/core/libycp/src/YCPBuiltinInteger.cc Wed Feb 22 15:23:28 2012 @@ -321,7 +321,7 @@ * @param integer base * @return integer * - * @usage tointeger("20", 8) -> 8 + * @usage tointeger("20", 8) -> 16 * @usage tointeger("20", 10) -> 20 * @usage tointeger("20", 16) -> 32 * @usage tointeger("0x20", 16) -> 32 -- 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