mosa / MOSA-Project

Managed Operating System Alliance Project
https://www.mosa-project.org/
Other
406 stars 82 forks source link

Moved the int.ToString(uvalue) to Numbers.cs #1163

Closed MarijnStevens closed 8 months ago

MarijnStevens commented 8 months ago

image

unsafe static string CreateString(uint value,

seemed to be used for signed types as well, and that doesnt work ( if value < 0 ) will never executed.

tgiphil commented 8 months ago

Thanks for the submission!