cmockery
cmockery copied to clipboard
assert_macro.c
Line30:
for (i = 0; i < sizeof(status_code_string) / sizeof(status_code_string[0]);
change it as follow:
for (i = 0; i < sizeof(status_code_strings) / sizeof(status_code_strings[0]);
Original issue reported on code.google.com by khb.hnu on 12 Apr 2009 at 2:00
Original comment by [email protected] on 6 Jul 2009 at 7:23
This will be integrated into cmockery release 0.1.3.
Original comment by [email protected] on 7 Jul 2009 at 7:50