diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-04-01 11:24:39 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-04-01 11:24:39 +0200 |
commit | 9ee950dde5943ee4083c2a0176ad4a1da4b49220 (patch) | |
tree | 2c5de44cea4582a75ba172617eb7526985346de2 /console/fbtv.c | |
parent | bc7f101b0c874e21473aca15d9b08de8bd164392 (diff) |
v3.76
Diffstat (limited to 'console/fbtv.c')
-rw-r--r-- | console/fbtv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/fbtv.c b/console/fbtv.c index 5eb9c7c..5104246 100644 --- a/console/fbtv.c +++ b/console/fbtv.c @@ -648,7 +648,7 @@ main(int argc, char *argv[]) if (optarg) vt = strtoul(optarg, 0, 0); else - vt = -1; + vt = 0; break; case 'j': joydev = optarg; |