mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +00:00
Fixed directory creation date.
Typo found by Vadim A. Yagodkin. svn path=/trunk/; revision=6686
This commit is contained in:
parent
1f5f11925a
commit
8fd7fe8abb
1 changed files with 53 additions and 53 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: cdmake.c,v 1.7 2003/11/16 13:45:42 ekohl Exp $ */
|
/* $Id: cdmake.c,v 1.8 2003/11/18 17:40:46 ekohl Exp $ */
|
||||||
/* CD-ROM Maker
|
/* CD-ROM Maker
|
||||||
by Philip J. Erdelsky
|
by Philip J. Erdelsky
|
||||||
pje@acm.org
|
pje@acm.org
|
||||||
|
@ -778,7 +778,7 @@ make_directory_records (PDIR_RECORD d)
|
||||||
|
|
||||||
if (strcmp(entry->d_name, DIRECTORY_TIMESTAMP) == 0)
|
if (strcmp(entry->d_name, DIRECTORY_TIMESTAMP) == 0)
|
||||||
{
|
{
|
||||||
convert_date_and_time(&d->date_and_time, &stbuf.st_size);
|
convert_date_and_time(&d->date_and_time, &stbuf.st_ctime);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -919,7 +919,7 @@ make_directory_records (PDIR_RECORD d)
|
||||||
{
|
{
|
||||||
if (strcmp(entry->d_name, DIRECTORY_TIMESTAMP) == 0)
|
if (strcmp(entry->d_name, DIRECTORY_TIMESTAMP) == 0)
|
||||||
{
|
{
|
||||||
convert_date_and_time(&d->date_and_time, &stbuf.st_size);
|
convert_date_and_time(&d->date_and_time, &stbuf.st_ctime);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue