Parent Directory
|
Revision Log
|
Patch
revision 681 by ph10, Tue Sep 6 09:16:32 2011 UTC | revision 691 by ph10, Sun Sep 11 14:31:21 2011 UTC | |
---|---|---|
# | Line 6403 if (rc == MATCH_MATCH || rc == MATCH_ACC | Line 6403 if (rc == MATCH_MATCH || rc == MATCH_ACC |
6403 | ||
6404 | /* Set the return code to the number of captured strings, or 0 if there were | /* Set the return code to the number of captured strings, or 0 if there were |
6405 | too many to fit into the vector. */ | too many to fit into the vector. */ |
6406 | ||
6407 | rc = (md->offset_overflow && md->end_offset_top >= arg_offset_max)? | rc = (md->offset_overflow && md->end_offset_top >= arg_offset_max)? |
6408 | 0 : md->end_offset_top/2; | 0 : md->end_offset_top/2; |
6409 |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |