Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98573
b: refs/heads/master
c: aebb6a8
h: refs/heads/master
i:
  98571: e77691d
v: v3
  • Loading branch information
Joonwoo Park authored and David S. Miller committed Jun 30, 2008
1 parent 28d9fe7 commit 582d0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 84ebe1cdae56707b9aa1b40ae5aa7d817ba745f5
refs/heads/master: aebb6a849cfe7d89bcacaaecc20a480dfc1180e7
2 changes: 1 addition & 1 deletion trunk/lib/ts_bm.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static unsigned int bm_find(struct ts_config *conf, struct ts_state *state)
struct ts_bm *bm = ts_config_priv(conf);
unsigned int i, text_len, consumed = state->offset;
const u8 *text;
int shift = bm->patlen, bs;
int shift = bm->patlen - 1, bs;

for (;;) {
text_len = conf->get_next_block(consumed, &text, conf, state);
Expand Down

0 comments on commit 582d0b4

Please sign in to comment.