]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cel_odbc.c: Fix menuslect module description display.
authorRichard Mudgett <rmudgett@digium.com>
Tue, 16 Jan 2018 00:03:07 +0000 (18:03 -0600)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 16 Jan 2018 00:13:52 +0000 (18:13 -0600)
commitb0a78bdc3e2f542f1860ce4c44ed10a6af0ffd66
tree6b738802a99e98811592f896d1c6c6b797c4819c
parent5ebb32d3e3dbf8d48d96e9746569fd1b29ff88af
cel_odbc.c: Fix menuslect module description display.

Asterisk's makefile for menuselect has a very simple source file parsing
script that looks for AST_MODULE_INFO lines to extract the quoted string
as a module description.  If it does not find a quoted string it uses the
whole line as the description.

Change-Id: I80f13a63818e4e28d683639a94a4dfaea405c1d5
cel/cel_odbc.c