fix: Decreased the number of barricades

This commit is contained in:
Theo Champion 2025-09-22 17:22:02 +02:00
parent c146fc1731
commit d34d4404e0
6 changed files with 14 additions and 18 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 14:18:13 by kcolin #+# #+# */
/* Updated: 2025/09/08 17:51:38 by tchampio ### ########.fr */
/* Updated: 2025/09/22 17:16:41 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -25,7 +25,7 @@
*/
bool has_forbidden_characters(char *line)
{
static const char *allowedchars = " 102345678NSEWMQJDz\n";
static const char *allowedchars = " 10234567NSEWMQJDz\n";
size_t strsize;
int i;