Edits to source code comments

darcs-hash:20060608235557-ac50b-052e5c8f2cceb554064d7408573f277275903e7b.gz
This commit is contained in:
axel
2006-06-09 09:55:57 +10:00
parent f7118e769f
commit 5855f78010
4 changed files with 66 additions and 15 deletions

7
main.c
View File

@@ -90,9 +90,10 @@ static int read_init()
if( chdir( cwd ) == -1 )
{
// fwprintf( stderr, L"Invalid directory: %s\n", cwd );
// wperror( L"chdir" );
// return 0;
/*
If we can't change back to previos irectory, we'll stay in
~. Should be a sane default behavior.
*/
}
wcwd = str2wcs( cwd );
if( wcwd )