* delqueue.cc (delqueue_list::queue_file): Add some debugging.

* path.h (class path_conv): Add a char * operator for the most common case.
* syscalls.cc (_unlink): Rewrite to use FILE_FLAG_DELETE_ON_CLOSE when possible
(i.e., on NT).
This commit is contained in:
Christopher Faylor
2000-03-18 06:26:14 +00:00
parent 03261851a1
commit 87b82db4e7
4 changed files with 48 additions and 19 deletions

View File

@ -54,6 +54,7 @@ delqueue_list::queue_file (const char *dosname)
strcpy(name[i], temp);
inuse[i] = 1;
empty = 0;
debug_printf ("adding '%s' to queue %d", temp, i);
return;
}