| Submitter | Geoff Levand |
|---|---|
| Date | July 8, 2009, 12:11 a.m. |
| Message ID | <20090708001136.081886798@am.sony.com> |
| Download | mbox | patch |
| Permalink | /patch/29559/ |
| State | New |
| Headers | show |
Comments
Patch
--- a/ui/ncurses/ps3-cui.c +++ b/ui/ncurses/ps3-cui.c @@ -316,8 +316,7 @@ static struct pmenu *ps3_mm_init(struct 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);
Fix the PS3 boot game OS item. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> --- ui/ncurses/ps3-cui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)