Chameleon

Chameleon Commit Details

Date:2010-08-09 05:15:53 (13 years 8 months ago)
Author:Evan Lojewski
Commit:334
Parents: 333
Message:Missing 'l'
Changes:
M/branches/meklort/i386/boot2/modules.c

File differences

branches/meklort/i386/boot2/modules.c
846846
847847
848848
849
849
850850
851851
852852
*/
void module_loaded(const char* name, UInt32 version, UInt32 compat)
{
printf("\%s.dylib Version %d.%d.%d oaded\n"
printf("\%s.dylib Version %d.%d.%d loaded\n"
"\tCompatibility Version: %d.%d.%d\n",
name,
(version >> 16) & 0xFFFF,

Archive Download the corresponding diff file

Revision: 334