Arsham Skrenes 14126060a1 Properly allocate string and remove warning (#2652)
* Properly allocate string and remove warning

The former way generates the following warning:
ISO C++ forbids converting a string constant to 'char*'

This change makes a character array the size of the string with null ending. It's clearer and gets rid of the warning.

* Better way

Since this is technically immutable, the type should reflect this too.
2019-04-12 12:46:08 +02:00
..
2017-10-10 22:42:26 +03:00
2018-12-16 19:24:02 +01:00
2018-09-17 23:13:58 +02:00
2019-01-22 17:24:16 +08:00
2017-02-07 03:42:43 +02:00