Loïc Blot 7f545db977 Fix a stringop-truncation GCC warning
```
minetest/src/filesys.cpp:312:10: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound 10000 equals destination size [-Wstringop-truncation]
   strncpy(argv_data[2], path.c_str(), 10000);
```
2018-12-04 12:39:19 +01:00
..
2017-08-17 22:19:39 +02:00
2018-04-19 20:14:53 +01:00
2017-09-26 20:30:14 +02:00
2017-08-30 08:09:41 +02:00
2017-08-30 08:09:41 +02:00
2018-03-30 18:32:52 +02:00
2017-08-18 07:44:52 +02:00
2018-04-19 20:14:53 +01:00
2017-08-17 22:19:39 +02:00
2018-11-18 11:48:16 +01:00
2017-08-17 22:19:39 +02:00
2018-07-21 03:09:39 -07:00
2017-08-19 11:29:46 +02:00
2018-12-01 10:01:32 +01:00
2018-12-01 10:01:32 +01:00
2017-08-17 22:19:39 +02:00
2017-08-17 22:19:39 +02:00
2018-12-04 12:39:10 +01:00
2017-09-26 20:30:14 +02:00
2018-04-19 20:14:53 +01:00
2018-09-30 19:57:31 +02:00
2018-03-24 15:45:25 +01:00
2017-08-24 17:54:10 +02:00
2017-08-17 22:19:39 +02:00