Ticket #1950: tt1950.patch

File tt1950.patch, 465 bytes (added by doughera, 11 years ago)

Terminate options array.

  • src/pbc_disassemble.c

    diff --git a/src/pbc_disassemble.c b/src/pbc_disassemble.c
    index 9970a4f..b6efbd8 100644
    a b  
    7575#if TRACE_PACKFILE 
    7676    { 'D', 'D', OPTION_required_FLAG, { "--debug" } }, 
    7777#endif 
    78     { 'o', 'o', OPTION_required_FLAG, { "--output" } } 
     78    { 'o', 'o', OPTION_required_FLAG, { "--output" } }, 
     79    {  0 ,  0,  0,                    { NULL } } 
    7980}; 
    8081 
    8182/*