Jan Breuer
2015-10-16 a28ccd18f24b50dc62e37f1a5d8be641578343d9
libscpi/src/parser.c
@@ -1350,6 +1350,7 @@
    return matchCommand(pattern, cmd, strlen(cmd), NULL, 0, 0);
}
#if USE_COMMAND_TAGS
/**
 * Return the .tag field of the matching scpi_command_t
 * @param context
@@ -1362,6 +1363,7 @@
        return 0;
    }
}
#endif /* USE_COMMAND_TAGS */
scpi_bool_t SCPI_Match(const char * pattern, const char * value, size_t len) {
    return matchCommand(pattern, value, len, NULL, 0, 0);