/[emacs]/emacs/src/fileio.c
ViewVC logotype

Diff of /emacs/src/fileio.c

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

revision 1.414.4.5 by lektu, Fri Jul 19 16:31:18 2002 UTC revision 1.414.4.6 by lektu, Mon Jul 22 07:29:08 2002 UTC
# Line 591  file_name_as_directory (out, in) Line 591  file_name_as_directory (out, in)
591    /* For Unix syntax, Append a slash if necessary */    /* For Unix syntax, Append a slash if necessary */
592    if (!IS_DIRECTORY_SEP (out[size]))    if (!IS_DIRECTORY_SEP (out[size]))
593      {      {
594        out[size + 1] = DIRECTORY_SEP;        /* Cannot use DIRECTORY_SEP, which could have any value */
595          out[size + 1] = '/';
596        out[size + 2] = '\0';        out[size + 2] = '\0';
597      }      }
598  #ifdef DOS_NT  #ifdef DOS_NT

Legend:
Removed from v.1.414.4.5  
changed lines
  Added in v.1.414.4.6

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