Chameleon

Chameleon Commit Details

Date:2011-06-02 11:55:56 (12 years 10 months ago)
Author:Azimutz
Commit:943
Parents: 942
Message:Replace getc by getchar.
Changes:
M/branches/azimutz/Cleancut/i386/modules/ATiGraphicsEnabler/ati.c

File differences

branches/azimutz/Cleancut/i386/modules/ATiGraphicsEnabler/ati.c
658658
659659
660660
661
661
662662
663663
664664
device = devprop_add_device(string, devicepath);
if (!device) {
printf("Failed initializing dev-prop string dev-entry, press any key...\n");
getc();
getchar();
return false;
}

Archive Download the corresponding diff file

Revision: 943