mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
If the first column is empty, output a delimiter anyway.
(closes issue #14848) Reported by: john8675309 Patches: 20090408__bug14848.diff.txt uploaded by tilghman (license 14) Tested by: john8675309 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@187050 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -585,7 +585,7 @@ static int acf_odbc_read(struct ast_channel *chan, const char *cmd, char *s, cha
|
|||||||
|
|
||||||
ast_debug(2, "Got coldata of '%s'\n", ast_str_buffer(coldata));
|
ast_debug(2, "Got coldata of '%s'\n", ast_str_buffer(coldata));
|
||||||
|
|
||||||
if (buflen) {
|
if (x) {
|
||||||
buf[buflen++] = ',';
|
buf[buflen++] = ',';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user