| 24 |
bool multiFile = 0; |
bool multiFile = 0; |
| 25 |
short compression = 3; |
short compression = 3; |
| 26 |
char nomeFileLog[L_tmpnam]; |
char nomeFileLog[L_tmpnam]; |
| 27 |
tmpnam(nomeFileLog); |
mkstemp(nomeFileLog); |
| 28 |
DIR *dirp; |
DIR *dirp; |
| 29 |
char *outDir = ""; |
char *outDir = ""; |
| 30 |
|
|
| 68 |
} |
} |
| 69 |
|
|
| 70 |
if (!strcmp(argv[1], "-version")){ |
if (!strcmp(argv[1], "-version")){ |
| 71 |
cout << "$Name$ $Revision$" << "\n"; |
cout << "$Name: $ $Revision: 6.3 $" << "\n"; |
| 72 |
exit(1); |
exit(1); |
| 73 |
} |
} |
| 74 |
|
|
| 183 |
Run.WriteFiles(); |
Run.WriteFiles(); |
| 184 |
|
|
| 185 |
logger->info("<-------------------------------END UNPACKING------------------------------->\n"); |
logger->info("<-------------------------------END UNPACKING------------------------------->\n"); |
| 186 |
|
return EXIT_SUCCESS; |
| 187 |
//Momentarly suspended the save |
//Momentarly suspended the save |
| 188 |
//system(command.c_str()); |
//system(command.c_str()); |
| 189 |
} |
} |