projects
/
dosfstools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd4299
)
Check correct jump value
author
Robert Pengelly
<robertapengelly@hotmail.com>
Tue, 18 Jun 2024 09:00:59 +0000
(10:00 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Tue, 18 Jun 2024 09:00:59 +0000
(10:00 +0100)
mkfs.c
patch
|
blob
|
history
diff --git
a/mkfs.c
b/mkfs.c
index 311360754ff6fcad8cd47b111529f0368f163975..c768fb794e177bd4e3a04ed9020a2e9b5a2c6c91 100644
(file)
--- a/
mkfs.c
+++ b/
mkfs.c
@@
-1041,7
+1041,7
@@
static void write_reserved (void) {
} else {
- if (bs.boot_jump[1]
< 0x3C
) {
+ if (bs.boot_jump[1]
!= 0x3A
) {
goto _write_reserved;
}