https://github.com/shader-slang/slang
Revision 9795ed654e7b8daaff0bef1ccae1507ff659d3bd authored by Tim Foley on 06 July 2017, 19:58:23 UTC, committed by Tim Foley on 06 July 2017, 19:58:23 UTC
These were accidentally calling the version of `String::append()` that takes an `int` and prints its decimal value, rather than the version that takes a `char` and appends the corresponding ASCII character.
1 parent 098a544
History
Tip revision: 9795ed654e7b8daaff0bef1ccae1507ff659d3bd authored by Tim Foley on 06 July 2017, 19:58:23 UTC
Fix bug in `String::To{Upper|Lower}`
Tip revision: 9795ed6
File Mode Size
build
examples
external
source
tests
tools
.gitignore -rw-r--r-- 247 bytes
.gitmodules -rw-r--r-- 107 bytes
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 1.5 KB
slang.h -rw-r--r-- 28.6 KB
slang.sln -rw-r--r-- 6.3 KB
test.bat -rw-r--r-- 1.4 KB

README.md

back to top