HP3000-L Archives

June 1995, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Ross Scroggs <[log in to unmask]>
Reply To:
Ross Scroggs <[log in to unmask]>
Date:
Thu, 1 Jun 1995 17:45:10 PDT
Content-Type:
text/plain
Parts/Attachments:
text/plain (24 lines)
[snip]
 
> JV: An MPE group (PUB in this case) is not an HFS directory object, but
>     is considered a generic directory object.  In fact the listfile code
>     assumes that any HFS dir, group dir, acct dir or root dir is a directory.
>     Here is the code fragment:
>
>         if is_dir(object) and (line[strlen(line)] <> '/') then
>            strappend (line, '/');
>
 
Now I hope that JV retyped rather than pasted this code fragment because it
should be:
                                                  vv
          if is_dir(object) and (line[strlen(line)-1] <> '/') then
             strappend (line, '/');
 
--------------------------------------------------------------------
Ross Scroggs                         email: [log in to unmask]
Telamon, Inc.                          CIS: 76011,2234
492 Ninth Street, Suite 310          voice: 510-987-7700
Oakland, CA 94607-4098                 fax: 510-987-7009
--------------------------------------------------------------------

ATOM RSS1 RSS2