View | Details | Raw Unified | Return to bug 130963
Collapse All | Expand All

(-)gnump3d.orig (-1 / +1 lines)
Lines 3373-3379 Link Here
3373
    #
3373
    #
3374
    while ( $path =~ /(.*)\/\/(.*)/ )
3374
    while ( $path =~ /(.*)\/\/(.*)/ )
3375
    {
3375
    {
3376
        $path = $1 . $2;
3376
        $path = $1 . "/" . $2;
3377
    }
3377
    }
3378
3378
3379
    return( $path );
3379
    return( $path );

Return to bug 130963