Skip to content

Commit

Permalink
Took out pystring change.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnordware committed May 4, 2012
1 parent e5d26bc commit c3afdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pystring/pystring.cpp
Expand Up @@ -268,7 +268,7 @@ typedef int Py_ssize_t;
} }


j = len; j = len;
if ( striptype != LEFTSTRIP && j > 0 ) if ( striptype != LEFTSTRIP )
{ {
do do
{ {
Expand Down

0 comments on commit c3afdc3

Please sign in to comment.