projects
/
dosfstools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38869d9
)
Check 3C not 3A
author
Robert Pengelly
<robertapengelly@hotmail.com>
Mon, 29 Jul 2024 15:04:07 +0000
(16:04 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Mon, 29 Jul 2024 15:04:07 +0000
(16:04 +0100)
mkfs.c
patch
|
blob
|
history
diff --git
a/mkfs.c
b/mkfs.c
index 184e36d0a9645136ffcf9894134eda11166fca05..d752a9d464d72c702dbd6f972e69eef6586ff8d2 100644
(file)
--- a/
mkfs.c
+++ b/
mkfs.c
@@
-1041,7
+1041,7
@@
static void write_reserved (void) {
} else {
- if (bs.boot_jump[1] != 0x3
A
) {
+ if (bs.boot_jump[1] != 0x3
C
) {
goto _write_reserved;
}