gcfavorites / wiixplorer

Automatically exported from code.google.com/p/wiixplorer
1 stars 0 forks source link

Compile r215 issue with new mem2 for command line #496

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
BootHomebrew.cpp
w:/svn_wii/applications/wiixplorer/trunk/source/BootHomebrew/BootHomebrew.cpp: 
In function 'int SetupARGV(__argv*)':
w:/svn_wii/applications/wiixplorer/trunk/source/BootHomebrew/BootHomebrew.cpp:98
:7: error: request for member 'commandLine' in 'args', which is of non-class 
type '__argv*'

    args.commandLine = (char *) ARGS_ADDR + sizeof(struct __argv);

guessing this should be

    args->commandLine = (char *) ARGS_ADDR + sizeof(struct __argv);

Original issue reported on code.google.com by andi.ire...@gmail.com on 27 Jul 2011 at 10:39

GoogleCodeExporter commented 9 years ago
Yeah, copy/paste without recompiling...will fix with next commit.

Original comment by dimok...@hotmail.de on 28 Jul 2011 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by dimok...@hotmail.de on 5 Sep 2011 at 7:52