| Summary: | ASTERISK-03230: Sintax problem on a file. | ||
| Reporter: | Thiago Pollachini (tetsuzan) | Labels: | |
| Date Opened: | 2006-02-09 21:09:42.000-0600 | Date Closed: | 2006-02-10 15:19:57.000-0600 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ||
| Description: | Hi everybody. I was compiling an application, and i saw a sintax problem on frames.h On line 519 : char *ast_codec]pref_dump(char *buf, const size_t buf_size, const struct ast_codec_pref *pref); change: char *ast_codec_pref_dump(char *buf, const size_t buf_size, const struct ast_codec_pref *pref); After this change, the software compiles. ( I was using a FreeBSD box to do this tests.) ****** ADDITIONAL INFORMATION ****** Best regards, Thiago Pollachini (grayfoxbsd at gmail dot com) | ||
| Comments: | By: Matthew Fredrickson (mattf) 2006-02-10 15:19:56.000-0600 Not present in trunk and 1.2 | ||