Chameleon

Chameleon Commit Details

Date:2010-02-12 11:34:51 (14 years 2 months ago)
Author:JrCs
Commit:73
Parents: 72
Message:Fix a warning
Changes:
M/branches/JrCs/i386/libsaio/nvidia.c

File differences

branches/JrCs/i386/libsaio/nvidia.c
574574
575575
576576
577
577
578578
579579
580580
char tmp[10];
sprintf(tmp, "Slot-%x",devices_number);
devprop_add_value(device, "AAPL,slot-name", tmp, strlen(tmp));
devprop_add_value(device, "AAPL,slot-name", (uint8_t *) tmp, strlen(tmp));
devices_number++;
return 1;

Archive Download the corresponding diff file

Revision: 73