Hello! Commit 0a5e2fa5c1e41 was described "add optional offset parameter". In fact, the 'offset' parameter is mandatory. Change if (argc <= 3 to: if (argc < 3