cmockery icon indicating copy to clipboard operation
cmockery copied to clipboard

assert_macro.c

Open GoogleCodeExporter opened this issue 10 years ago • 3 comments

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 avatar Dec 08 '15 17:12 GoogleCodeExporter

Original comment by [email protected] on 6 Jul 2009 at 7:23

GoogleCodeExporter avatar Dec 08 '15 17:12 GoogleCodeExporter

This will be integrated into cmockery release 0.1.3.

Original comment by [email protected] on 7 Jul 2009 at 7:50

GoogleCodeExporter avatar Dec 08 '15 17:12 GoogleCodeExporter

Original comment by [email protected] on 7 Jul 2009 at 7:51

  • Changed state: Started

GoogleCodeExporter avatar Dec 08 '15 17:12 GoogleCodeExporter