SDC C-Project CF Review 프로그램
kojingeun
2023-11-24 c112cf54a238afa473e7eb0ea6298e06f4957658
DitGlassRawMessenger/DitGlassRawMessenger/GlassRawCPJT.cpp
@@ -1307,10 +1307,13 @@
   }
   // 16   2    STACK_COUNT   // Count of Defect detected step
   SPRINTRAW(2, "%2d", pDefectData->m_nStackStepCount);
   // 17   60   STACK_STEP      // Flow(Step) of defect detection
   // 17   60 -> 400   STACK_STEP      // Flow(Step) of defect detection
   if (strlen(pDefectData->m_strStackFirst))
   {
      SPRINTRAW(60, "%s", pDefectData->m_strStackFirst);
      /* < KMH 20220712 : #4230 MOD Start > */
      //SPRINTRAW(60, "%s", pDefectData->m_strStackFirst);
      SPRINTRAW(400, "%s", pDefectData->m_strStackFirst);
      /* < KMH 20220712 : #4230 MOD End > */
   }
   else
   {