koeart
2015-08-20 8fbdbb12aabda25b0da53016b2819fa3a14f359b
libscpi/src/parser.c
@@ -770,6 +770,10 @@
                        i_from++;
                    }
                }
                *copy_len = i_to;
                if (i_to < buffer_len) {
                    buffer[i_to] = 0;
                }
                break;
            default:
                SCPI_ErrorPush(context, SCPI_ERROR_DATA_TYPE_ERROR);