~ubuntu-branches/ubuntu/wily/ecasound2.2/wily

« back to all changes in this revision

Viewing changes to ecatools/ecasignalview.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-09-26 09:58:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926095852-k3v9ewhmxpaltusw
Tags: 2.5.2-3
yodl 2.13.1 removed --unique-output option. Remove --unique-output
accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
#endif /* ECA_*CURSES_H */
69
69
 
 
70
#include <cstring>
 
71
 
70
72
/**
71
73
 * Import namespaces 
72
74
 */
345
347
             "avg-length = %.0f (msec)", 
346
348
             ecasv_rate_msec, ecasv_buffersize, avg_length); */
347
349
    ++r;
348
 
    char* bar="------------------------------------------------------------------------------\n";
 
350
    const char* bar="------------------------------------------------------------------------------\n";
349
351
    mvprintw(r++, 0, bar);
350
352
    mvprintw(r, 0, "channel");
351
353
    if (ecasv_log_display_mode)