瀏覽代碼

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.
master
kevin 8 年之前
父節點
當前提交
4c4b9e878a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      dsp/cmDspPreset.c

+ 1
- 1
dsp/cmDspPreset.c 查看文件

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

Loading…
取消
儲存