]> git.pond.sub.org Git - empserver/commitdiff
Fix the previous revision.
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Mar 2006 09:08:58 +0000 (09:08 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Mar 2006 09:08:58 +0000 (09:08 +0000)
src/lib/commands/marc.c

index 3baa6e442c54875780916f8a2565f89d2458da55..ac023153b54dc85f6cf30f2455847b45537fa754 100644 (file)
@@ -140,8 +140,8 @@ march(void)
            }
            continue;
        } else if (*cp == 'r' || *cp == 'l') {
-           for (bp = cp + 1; *bp && !isspace(bp); bp++) ;
-           for (; *bp && isspace(bp); bp++) ;
+           for (bp = cp + 1; *bp && !isspace(*bp); bp++) ;
+           for (; *bp && isspace(*bp); bp++) ;
            if (*bp)
                player->argp[1] = bp;
            else {