Skip to content

Commit

Permalink
Merge branch 'quickfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofilho committed Sep 20, 2024
2 parents 7debeba + 635cbb9 commit 7e76347
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ADApp/pluginSrc/NDFileNexus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ void * NDFileNexus::allocConstValue(int dataType, size_t length ) {
case NX_CHAR:
pValue = calloc( length + 1 , sizeof(char) );
break;
case NDAttrUndefined:
default:
pValue = NULL;
break;
Expand Down Expand Up @@ -724,7 +723,6 @@ void NDFileNexus::constTextToDataType(char *inText, int dataType, void *pValue)
((char *)pValue)[strlen(inText)] = '\0';
//sscanf((const char *)inText, "%s", (char *)pValue);
break;
case NDAttrUndefined:
default:
break;
}
Expand Down

0 comments on commit 7e76347

Please sign in to comment.