IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2008, 11:25:43 AM (18 years ago)
Author:
jhoblitt
Message:

remove references to class & comment params of create() & open_create() methods (long since removed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/bin/neb-touch

    r16179 r16180  
    33# Copyright (C) 2007-2008  Joshua Hoblitt
    44#
    5 # $Id: neb-touch,v 1.3 2008-01-22 21:14:55 jhoblitt Exp $
     5# $Id: neb-touch,v 1.4 2008-01-22 21:25:43 jhoblitt Exp $
    66
    77use strict;
     
    4141
    4242unless ($neb->find($file)) {
    43     $neb->create($file, 0, $volume)
     43    $neb->create($file, $volume)
    4444        or die "failed to create Nebulous key $file";
    4545}
Note: See TracChangeset for help on using the changeset viewer.