Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 947213
Collapse All | Expand All

(-)a/vmd-1.9.4a57/src/SelectionBuilder.C (-1 / +1 lines)
Lines 182-188 Link Here
182
182
183
  int line = self->macrobrowser->value();
183
  int line = self->macrobrowser->value();
184
  if (!line) {
184
  if (!line) {
185
    self->macrooutput->value(NULL);
185
    self->macrooutput->value("");
186
    return;
186
    return;
187
  }
187
  }
188
  const char *name = self->macrobrowser->text(line);
188
  const char *name = self->macrobrowser->text(line);

Return to bug 947213