Chameleon

Chameleon Commit Details

Date:2014-01-07 08:21:31 (10 years 3 months ago)
Author:Chuck Fry
Commit:2294
Parents: 2293
Message:conf_write_autoconf(): fix cppcheck errors
Changes:
M/branches/chucko/i386/config/confdata.c

File differences

branches/chucko/i386/config/confdata.c
810810
811811
812812
813
813
814814
815815
816816
......
902902
903903
904904
905
905906
906907
907908
}
out_inc = fopen(".tmpconfig.inc", "w");
if (!out_h) {
if (!out_inc) {
fclose(out);
fclose(out_h);
return 1;
}
fclose(out);
fclose(out_h);
fclose(out_inc);
name = getenv("CCONFIG_AUTOHEADER");
if (!name) name = "autoconf.h";

Archive Download the corresponding diff file

Revision: 2294