cmDspPreset.c : Replaced cmCsvInsertTextColAfter() with cmCsvInsertQTextColAfter().

This change was made due to the cmCsv function being renamed. The behavior of the function did not change.
This commit is contained in:
kevin 2016-03-02 18:51:06 -05:00
parent 198a0039f1
commit 4c4b9e878a

View File

@ -536,7 +536,7 @@ cmDspRC_t _cmDspPresetWriteCsv( cmDspPresetMgr_t* p, cmCtx_t* ctx, const cmChar_
break; break;
case kStrzDsvFl: case kStrzDsvFl:
if( cmCsvInsertTextColAfter( csvH, cellPtr, &cellPtr, cmDsvGetStrcz(&vp->value), lexTId ) != kOkCsvRC ) if( cmCsvInsertQTextColAfter( csvH, cellPtr, &cellPtr, cmDsvGetStrcz(&vp->value), lexTId ) != kOkCsvRC )
{ {
cmErrMsg(p->err,kCsvFailDspRC,"CSV preset write failed on 'string' value."); cmErrMsg(p->err,kCsvFailDspRC,"CSV preset write failed on 'string' value.");
goto errLabel; goto errLabel;