diff options
author | Ferenc Wagner <wferi@niif.hu> | 2007-04-03 19:07:20 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-04-03 10:27:59 -0700 |
commit | cb3844f9ba5f3c11ecf1b79a9fd6f06f4f12e15e (patch) | |
tree | 25af0b8454aefba79237b09c321c4725d0c6cfd2 /com32/modules/linux.c | |
parent | 8fdbec5224d9b215adbd4af76751bd6950479d4c (diff) | |
download | syslinux-cb3844f9ba5f3c11ecf1b79a9fd6f06f4f12e15e.tar.gz syslinux-cb3844f9ba5f3c11ecf1b79a9fd6f06f4f12e15e.tar.xz syslinux-cb3844f9ba5f3c11ecf1b79a9fd6f06f4f12e15e.zip |
Fix the handling of namelen and argument parsing in linux.c32
Diffstat (limited to 'com32/modules/linux.c')
-rw-r--r-- | com32/modules/linux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/modules/linux.c b/com32/modules/linux.c index dc5da575..f1db8c87 100644 --- a/com32/modules/linux.c +++ b/com32/modules/linux.c @@ -156,6 +156,7 @@ int main(int argc, char *argv[]) fprintf(stderr, "%s: unknown option: %s\n", progname, arg); return 1; } + argp++; } if (!arg) { |