1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove typo

This commit is contained in:
Stefan Lankes 2015-10-17 15:04:24 +02:00
parent 95f0a2546b
commit b2fa572aaf

View file

@ -66,7 +66,7 @@ int init_enviroment(void)
isle_nr = 0;
}
snprintf(saddr, 15, "192.168.28.%u", isle_nr+2);
snprintf(saddr, 16, "192.168.28.%u", isle_nr+2);
return 0;
}