Jan Breuer
2015-04-22 c49b34ae42b691518a1100346d7c749e35bc3ba3
examples/common/scpi-def.c
@@ -149,7 +149,7 @@
    }
    
    SCPI_ChoiceToName(trigger_source, param, &name);
    fprintf(stderr, "\tP1=%s (%d)\r\n", name, param);
    fprintf(stderr, "\tP1=%s (%ld)\r\n", name, (long int)param);
    
    SCPI_ResultInt(context, param);
@@ -283,3 +283,4 @@
    .units = scpi_units_def,
    .idn = {"MANUFACTURE", "INSTR2013", NULL, "01-02"},
};