Skip to content

Commit

Permalink
fixes bug introduced in 72b59da
Browse files Browse the repository at this point in the history
  • Loading branch information
kloetzl committed Apr 9, 2015
1 parent d5b8dc7 commit 8a140e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esa.c
Expand Up @@ -480,7 +480,7 @@ static lcp_inter_t *get_interval( const esa_t *C, lcp_inter_t *ij, char a){
/* found ! */
saidx_t n = L(CLD, m);

*ij = (seq_t){
*ij = (lcp_inter_t){
.i = i,
.j = m-1,
.m = n,
Expand Down

0 comments on commit 8a140e0

Please sign in to comment.