dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@187050 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2009-04-08 17:08:43 +00:00
parent 960576989e
commit f0f84bc88d
1 changed files with 1 additions and 1 deletions

View File

@ -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));
if (buflen) {
if (x) {
buf[buflen++] = ',';
}