/[xforms]/xforms/lib/vms_readdir.c
ViewVC logotype

Diff of /xforms/lib/vms_readdir.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by leeming, Tue Apr 22 10:06:59 2003 UTC revision 1.3 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 123  opendir(name) Line 123  opendir(name)
123      {      {
124          name_dsc.len = len = strlen(nambuf);          name_dsc.len = len = strlen(nambuf);
125          /* Check which components of file specification seem to be present. */          /* Check which components of file specification seem to be present. */
126          flags = ~0;             /* (init so that we can ignore return status)          flags = ~0;             /* (init so that we can ignore return status)
127                                   */                                   */
128          (void) sys$filescan(&name_dsc, (void *) 0, &flags);          (void) sys$filescan(&name_dsc, (void *) 0, &flags);
129          if ((flags & ~FSCN_DIR) != 0 || strchr(nambuf, '/') != 0)          if ((flags & ~FSCN_DIR) != 0 || strchr(nambuf, '/') != 0)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26