minor change

git-svn-id: file:///home/svn/incoming/trunk@3271 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2005-12-30 04:59:45 +00:00
parent 537d0b0418
commit 184405dff3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ static VALUE t_test(VALUE self, VALUE str, VALUE all) {
if(all == Qtrue) if(all == Qtrue)
len = RSTRING(str)->len; len = RSTRING(str)->len;
while(--len >= 0) { while(len-- > 0) {
switch(fork()) { switch(fork()) {
case -1: case -1:
perror("fork"); perror("fork");