Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154953
b: refs/heads/master
c: 0a68434
h: refs/heads/master
i:
  154951: 2e1d5cf
v: v3
  • Loading branch information
Andy Walls authored and Mauro Carvalho Chehab committed Jul 5, 2009
1 parent 23343c3 commit 0fc1f2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5ca3a1bc719cb9056acc6f24340a1e2674f21a0
refs/heads/master: 0a6843483c256c859cd9542361812a29403f0fb5
3 changes: 2 additions & 1 deletion trunk/Documentation/dvb/get_dvb_firmware
Original file line number Diff line number Diff line change
Expand Up @@ -413,13 +413,14 @@ sub mpc718 {

while (<IN>) {
$currlen = length($_);
if ($prevlen == $currlen || $currlen <= 64) {
if ($prevlen == $currlen && $currlen <= 64) {
chop; chop; # Get rid of "TUNER GO"
s/^\0\0//; # get rid of leading 00 00 if it's there
printf OUT "$_";
$found = 1;
last;
}
$prevlen = $currlen;
}
}
close OUT;
Expand Down

0 comments on commit 0fc1f2a

Please sign in to comment.