chenjiancan / cmockery

Automatically exported from code.google.com/p/cmockery
0 stars 0 forks source link

assert_macro.c #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by stewarta...@gmail.com on 6 Jul 2009 at 7:23

GoogleCodeExporter commented 9 years ago
This will be integrated into cmockery release 0.1.3.

Original comment by stewarta...@gmail.com on 7 Jul 2009 at 7:50

GoogleCodeExporter commented 9 years ago

Original comment by stewarta...@gmail.com on 7 Jul 2009 at 7:51