=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/fargs.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/rsync/fargs.c 2021/11/03 14:42:12 1.22 --- src/usr.bin/rsync/fargs.c 2022/01/12 22:52:40 1.23 *************** *** 1,4 **** ! /* $OpenBSD: fargs.c,v 1.22 2021/11/03 14:42:12 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * --- 1,4 ---- ! /* $OpenBSD: fargs.c,v 1.23 2022/01/12 22:52:40 tb Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * *************** *** 71,77 **** while ((arg = strsep(&ap, " \t")) != NULL) { if (arg[0] == '\0') { ! ap++; /* skip seperators */ continue; } --- 71,77 ---- while ((arg = strsep(&ap, " \t")) != NULL) { if (arg[0] == '\0') { ! ap++; /* skip separators */ continue; }