Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161312
b: refs/heads/master
c: fd3132d
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Aug 19, 2009
1 parent d7c704a commit b6c5ac6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 744ffcbe867b81e9f467503c85bc5e4f9a586294
refs/heads/master: fd3132d5815bf72aeec7d5ad87161b4831f8e48c
4 changes: 4 additions & 0 deletions trunk/scripts/extract-ikconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ dump_config() {
return
fi
end=`$binoffset $file $IKCFG_ED 2>/dev/null`
[ "$?" != "0" ] && end="-1"
if [ "$end" -eq "-1" ]; then
return
fi

start=`expr $start + 8`
size=`expr $end - $start`
Expand Down

0 comments on commit b6c5ac6

Please sign in to comment.