Thread Previous • Date Previous • Date Next • Thread Next |
I updated to the latest version and I get this error when building: sdk/lang/Format.ooc:31:72 ERROR Invalid use of operator no-op between operands of type String and CString init: func(msg :CString) { message = "invalid format string! \"" + msg == null ? "" : msg toString() + "\"" } ~~~ [FAIL]
Thread Previous • Date Previous • Date Next • Thread Next |