Fix: FAT32 modification date is inexact (+-1sec)

Show clearly the action in the console.
This commit is contained in:
2013-06-07 00:17:32 +02:00
parent 4e0ba1e714
commit f4f668d82f
3 changed files with 30 additions and 48 deletions

View File

@@ -22,7 +22,6 @@ typedef struct Tag_AccionFileNode {
FileNode *izquierda;
FileNode *derecha;
struct Tag_AccionFileNode *sig;
char motivo[128];
} AccionFileNode;