projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc8ecf7
)
Fix ps3 boot game OS
author
Geoff Levand
<geoffrey.levand@am.sony.com>
Thu, 9 Jul 2009 17:40:44 +0000
(10:40 -0700)
committer
Geoff Levand
<geoffrey.levand@am.sony.com>
Thu, 9 Jul 2009 17:40:44 +0000
(10:40 -0700)
Fix the PS3 boot game OS item.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
ui/ncurses/ps3-cui.c
patch
|
blob
|
history
diff --git
a/ui/ncurses/ps3-cui.c
b/ui/ncurses/ps3-cui.c
index 62ca7fa7b5d5becb42dd986916818836bcc0f8db..f4c9841459547bc7abca4c897549fd349efb5305 100644
(file)
--- a/
ui/ncurses/ps3-cui.c
+++ b/
ui/ncurses/ps3-cui.c
@@
-316,8
+316,7
@@
static struct pmenu *ps3_mm_init(struct ps3_cui *ps3_cui)
int result;
struct pmenu *m;
struct pmenu_item *i;
- static const char *const bgo[] =
- {"/usr/sbin/ps3-boot-game-os-NOT", NULL};
+ static const char *const bgo[] = {"/usr/sbin/ps3-boot-game-os", NULL};
m = pmenu_init(ps3_cui->cui, 3, cui_on_exit);