IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16205 for trunk/Nebulous/lib


Ignore:
Timestamp:
Jan 23, 2008, 12:46:44 PM (18 years ago)
Author:
jhoblitt
Message:

change parse_neb_uri() to return ($volume, $path)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Util.pm

    r16203 r16205  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Util.pm,v 1.8 2008-01-23 22:27:51 jhoblitt Exp $
     3# $Id: Util.pm,v 1.9 2008-01-23 22:46:44 jhoblitt Exp $
    44
    55package Nebulous::Util;
     
    122122    $path = canonpath($path);
    123123
    124     return ($path, $volume);
     124    return ($volume, $path);
    125125}
    126126
Note: See TracChangeset for help on using the changeset viewer.