Changeset 3172


Ignore:
Timestamp:
2002-06-23T23:20:18+12:00 (22 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/protemix/perllib/ptmxbuilder.pm

    r3171 r3172  
    291291        die "mgppbuilder::compress_text - couldn't run $mgpp_passes_exe\n";
    292292    }
    293     $handle = mgppbuilder::PIPEOUT;
     293    $handle = ptmxbuilder::PIPEOUT;
    294294    }
    295295    $self->{'buildproc'}->set_output_handle ($handle);
     
    612612        die "mgppbuilder::build_index - couldn't run $mgpp_passes_exe\n";
    613613    }
    614     $handle = mgppbuilder::PIPEOUT;
     614    $handle = ptmxbuilder::PIPEOUT;
    615615    }
    616616   
     
    752752        die "mgppbuilder::make_infodatabase - couldn't run $txt2db_exe\n";
    753753    }
    754     $handle = mgppbuilder::PIPEOUT;
     754    $handle = ptmxbuilder::PIPEOUT;
    755755    }
    756756
Note: See TracChangeset for help on using the changeset viewer.