~ubuntu-branches/ubuntu/feisty/alevt/feisty

« back to all changes in this revision

Viewing changes to main.c

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Schoepf
  • Date: 2002-03-17 15:09:36 UTC
  • Revision ID: james.westby@ubuntu.com-20020317150936-xphkm91ulrd687p7
Tags: 1:1.6.0-10
* Closes: Bug#137612: russian debconf template file
* debian/control: bttv and alevt have a new homepage

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <stdio.h>
2
2
#include <stdlib.h>
 
3
#include <sys/stat.h>
3
4
 
4
5
#include "vt.h"
5
6
#include "misc.h"
164
165
    int opt, ind;
165
166
    char *arg;
166
167
 
 
168
    struct stat statbuf;
 
169
    if (stat(vbi_name, &statbuf) == -1)
 
170
      vbi_name = "/dev/v4l/vbi0";
 
171
 
167
172
    setprgname(argv[0]);
168
173
 
169
174
    fdset_init(fds);