diff --git a/NCVC/TH_NCRead.cpp b/NCVC/TH_NCRead.cpp index 72b0e82..8dad479 100644 --- a/NCVC/TH_NCRead.cpp +++ b/NCVC/TH_NCRead.cpp @@ -949,10 +949,11 @@ int NC_GSeparater(INT_PTR nLine, CNCdata*& pDataResult) GetNCValue(strWord.substr(1)) : atoi(strWord.substr(1).c_str()); } g_ncArgv.nc.dwValFlags |= g_dwSetValFlags[nCode]; + bNCval = TRUE; if ( bNCsub ) { // M98�������Ȃ�P��L�͒l�Ƃ��ď������Ȃ� - if ( nCode!=NCA_P && nCode!=NCA_L ) - bNCval = TRUE; + if ( nCode==NCA_P || nCode==NCA_L ) + bNCval = FALSE; } break; } // End of switch()