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:
parent
198a0039f1
commit
4c4b9e878a
@ -536,7 +536,7 @@ cmDspRC_t _cmDspPresetWriteCsv( cmDspPresetMgr_t* p, cmCtx_t* ctx, const cmChar_
|
||||
break;
|
||||
|
||||
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.");
|
||||
goto errLabel;
|
||||
|
Loading…
Reference in New Issue
Block a user