diff options
author | hpa <hpa> | 2004-12-15 22:01:24 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-15 22:01:24 +0000 |
commit | ab5bda9df92d5ffacea177ea22e4ad9f182f01ce (patch) | |
tree | bbc60f4e8e1e0f48190bc83dae3840f6d77cb6a1 /dos | |
parent | 9ebb55c50870cc136da18715cc1a53db5c3f8431 (diff) | |
download | syslinux-ab5bda9df92d5ffacea177ea22e4ad9f182f01ce.tar.gz |
@:\LDLINUX.SYS not @:LDLINUX.SYS
Diffstat (limited to 'dos')
-rw-r--r-- | dos/syslinux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dos/syslinux.c b/dos/syslinux.c index ba6590c5..0073a53c 100644 --- a/dos/syslinux.c +++ b/dos/syslinux.c @@ -143,7 +143,7 @@ int main(int argc, char *argv[]) { static unsigned char sectbuf[512]; int dev_fd, fd; - static char ldlinux_name[] = "@:LDLINUX.SYS"; + static char ldlinux_name[] = "@:\\LDLINUX.SYS"; char **argp, *opt; int force = 0; /* -f (force) option */ struct libfat_filesystem *fs; |