Tyler Veness
1ad3b1b333
[hal] Don't copy byte to where null terminator goes (#3807)
Fixes the following compiler warning:
```
/__w/allwpilib/allwpilib/hal/src/main/native/sim/Notifier.cpp:323:21: error: 'char* strncpy(char*, const char*, size_t)' specified bound 64 equals destination size [-Werror=stringop-truncation]
std::strncpy(arr[num].name, notifier->name.c_str(),
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sizeof(arr[num].name));
~~~~~~~~~~~~~~~~~~~~~~
```
2021-12-19 16:46:12 -08:00
..
2021-11-23 20:32:02 -08:00
2020-12-29 14:26:19 -08:00
2021-06-06 16:13:58 -07:00
2020-12-29 14:26:19 -08:00
2021-05-01 10:28:30 -07:00
2021-05-01 10:28:30 -07:00
2020-12-29 14:26:19 -08:00
2021-05-01 10:28:30 -07:00
2021-05-01 10:28:30 -07:00
2020-12-29 14:26:19 -08:00
2020-12-29 14:26:19 -08:00
2020-12-26 14:12:05 -08:00
2020-12-29 14:26:19 -08:00
2020-12-29 14:26:19 -08:00
2020-12-26 14:12:05 -08:00
2020-12-29 14:26:19 -08:00
2020-12-26 14:12:05 -08:00
2021-10-10 20:04:50 -07:00
2020-12-28 12:58:06 -08:00
2021-05-01 10:28:30 -07:00
2021-06-13 15:00:43 -07:00
2021-06-14 19:56:42 -07:00
2021-06-23 21:57:32 -07:00
2020-12-29 14:26:19 -08:00
2021-06-14 19:56:42 -07:00
2021-06-10 11:13:09 -07:00
2021-06-06 16:13:58 -07:00
2021-10-14 18:09:38 -07:00
2020-12-29 14:26:19 -08:00
2021-10-10 20:04:50 -07:00
2021-06-06 16:13:58 -07:00
2020-12-29 14:26:19 -08:00
2021-09-11 09:21:02 -07:00
2021-06-06 16:13:58 -07:00
2020-12-26 14:12:05 -08:00
2021-12-19 16:46:12 -08:00
2020-12-26 14:12:05 -08:00
2021-10-10 20:04:50 -07:00
2021-10-10 20:04:50 -07:00
2021-10-13 19:14:27 -07:00
2021-12-19 13:42:49 -08:00
2021-05-01 10:28:30 -07:00
2021-05-01 10:28:30 -07:00
2021-12-19 13:41:35 -08:00
2020-12-29 14:26:19 -08:00
2021-06-06 16:13:58 -07:00
2020-12-29 14:26:19 -08:00
2020-12-29 14:26:19 -08:00