notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14caeeb
)
cd: fix missed null terminator
author
notaz
<notasas@gmail.com>
Sat, 5 Aug 2017 22:48:25 +0000
(
01:48
+0300)
committer
notaz
<notasas@gmail.com>
Sat, 5 Aug 2017 22:48:25 +0000
(
01:48
+0300)
pico/cd/cd_image.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/cd/cd_image.c
b/pico/cd/cd_image.c
index
07b55ce
..
ae2ef0c
100644
(file)
--- a/
pico/cd/cd_image.c
+++ b/
pico/cd/cd_image.c
@@
-61,6
+61,7
@@
static void to_upper(char *d, const char *s)
else
*d = *s;
}
+ *d = 0;
}
// cdd.c uses lba - 150