Port to Visual Studio 2015

This commit is contained in:
2015-09-19 01:55:54 +02:00
parent 2b3364d9b9
commit 2280eb76c7
9 changed files with 257 additions and 22 deletions

View File

@@ -148,7 +148,7 @@ void FileNode_GetCRC(FileNode *fileNode, char *filePath) {
}
void FileNode_SaveNode(FileNode *fileNode, FILE *file) {
short name_len;
int name_len;
// Escribir nombre
name_len = strlen(fileNode->name);
@@ -412,7 +412,6 @@ FileNode *FileNode_Refresh(FileNode *fileNode, char *filePath) {
// Comprobar si ha sido modificado
FileTime fileTime;
long long size;
int crc;
// Marcar normal
fileNode->estado = FileStatus_None;