diff options
| author | Rafał Mikrut <mikrutrafal54@gmail.com> | 2019-11-01 16:16:31 +0100 |
|---|---|---|
| committer | Rafał Mikrut <mikrutrafal54@gmail.com> | 2019-11-01 16:16:31 +0100 |
| commit | 9ddb3265e1a6d2f9937ff6a27d04302d76c10431 (patch) | |
| tree | bb38c5666f5d94af4fef6ca9e013ea77722ebdd5 /core/ustring.h | |
| parent | 23a381d8827dbcb2d295fa393a5400f7a7e0a1c1 (diff) | |
| download | redot-engine-9ddb3265e1a6d2f9937ff6a27d04302d76c10431.tar.gz | |
Fix some crashes, overflows and using variables without values
Diffstat (limited to 'core/ustring.h')
| -rw-r--r-- | core/ustring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ustring.h b/core/ustring.h index 15e2c07d9f..dfc5044942 100644 --- a/core/ustring.h +++ b/core/ustring.h @@ -369,6 +369,7 @@ String operator+(const char *p_chr, const String &p_str); String operator+(CharType p_chr, const String &p_str); String itos(int64_t p_val); +String uitos(uint64_t p_val); String rtos(double p_val); String rtoss(double p_val); //scientific version |
