]> www.ginac.de Git - cln.git/blobdiff - src/integer/conv/cl_I_mul10plus.cc
* */*: Convert encoding from ISO 8859-1 to UTF-8.
[cln.git] / src / integer / conv / cl_I_mul10plus.cc
index f80c134ecbc2566ddb3f92fe5635759b06a2ca5b..5d282a763a2522132ac34465976e89281880adb1 100644 (file)
@@ -24,7 +24,7 @@ const cl_I mul_10_plus_x (const cl_I& y, unsigned char x)
        var uintD carry = mulusmall_loop_lsp(10,LSDptr,len,x); // mal 10, plus x
        if (!(carry==0))
                { lsprefnext(MSDptr) = carry; len++; }
-       return UDS_to_I(MSDptr,len); // UDS als Integer zurück
+       return UDS_to_I(MSDptr,len); // UDS als Integer zurück
 }
 
 }  // namespace cln