Rev 4223 | Rev 4267 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4223 | Rev 4224 | ||
---|---|---|---|
Line 507... | Line 507... | ||
507 | break; |
507 | break; |
508 | } |
508 | } |
509 | 509 | ||
510 | prev = offset; |
510 | prev = offset; |
511 | } |
511 | } |
512 | *end = offset; |
512 | *end = prev; |
513 | 513 | ||
514 | return found_start; |
514 | return found_start; |
515 | } |
515 | } |
516 | 516 | ||
517 | /** Parse command line. |
517 | /** Parse command line. |