Project

General

Profile

Actions

Bug #1015

closed

"Commands" Command in setup not selectable.

Added by Keine_Ahnung almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/06/2012
Due date:
% Done:

100%

Estimated time:

Description

Hi,
i guess (not tested) this in setup.c cause the problem

    static const char *Commands[10];
    Commands[0] = tr("None function");
    Commands[1] = tr("Dir. Management");
    Commands[2] = tr("Tray open");
    Commands[3] = tr("Tray close");
    Commands[4] = tr("Play");
    Commands[5] = tr("Image rename");
    Commands[6] = tr("Image move");
    Commands[7] = tr("Image delete");
    Commands[8] = tr("Image burn");
    Commands[9] = tr("Image create");
    Commands[10] = tr("Commands");

this need "static const char Commands[*11];"

Modifying VDRs setup.conf "dvdswitch.kBlue = 10" work fine.

cu


Related issues 1 (0 open1 closed)

Related to vdr-plugin-dvdswitch - Bug #1029: Can't compile with g++-4.4Closedanbr06/23/2012

Actions
Actions #1

Updated by anbr almost 12 years ago

  • Status changed from New to Assigned
  • Assignee set to anbr
  • Target version set to 0.2.1
Actions #2

Updated by anbr almost 12 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF