commit | b3f5501250b54de24846480658ca473a5393db49 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Aug 02 23:05:01 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Aug 02 23:05:01 2012 +0200 |
tree | 599b03a679fcb27457d67940279487ed20518c8b | |
parent | 77821b68a7f23318374087e9c6710ef66312f78d [diff] |
Close #15534: Fix a typo in the fast search function of the string library (_s => s) Replace _s with ptr to avoid future confusion. Add also non regression tests.