Browse Source

- Value stored to var is never used

pull/170/head
Felipe Pena 13 years ago
parent
commit
50ab6c63a7
  1. 1
      ext/standard/string.c

1
ext/standard/string.c

@ -3902,7 +3902,6 @@ static void php_hebrev(INTERNAL_FUNCTION_PARAMETERS, int convert_newlines)
new_char_count--;
}
if (new_char_count > 0) {
char_count=new_char_count;
begin=new_begin;
}
}

Loading…
Cancel
Save