Subject: changed files: 'src/bin/ls print.c'
To: None <source-changes>
From: J.T. Conklin <jtc>
List: source-changes
Date: 01/13/1994 13:50:49
Update of /b/source/CVS/src/bin/ls
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/ls

Modified Files:
	print.c 
Log Message:
The working directory is changed back when fts_children() returns,
so their fts_accpath members no longer have the correct relative 
path.  We can solve this problem by looking at the parent's path
via p->fts_parent->fts_accpath.


------------------------------------------------------------------------------