mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-03-14 20:42:11 +00:00
Fixes to apparent and real disc size fields in PDF based on use of c->Calculated_real_max_size_in_bytes. Minor changes to HPA status messages for consistent messaging. When HPA and DCO sector information cannot be obtained display the message "HPA/DCO data unavailable, can not determine hidden sector status" in the information field on the PDF. Determine human readable size for the c->Calculated_real_max_size_in_bytes as used in the PDF real disc size field. Instead of >>FAILURE!<< -1 when a I/O error occurs display >>IOERROR!<< -1 in the GUI.
18 lines
832 B
C
18 lines
832 B
C
/**
|
|
* version_string and program_name are used by siege
|
|
* and configure; author_name and email_address are
|
|
* used by configure to dynamically assign those values
|
|
* to documentation files.
|
|
*/
|
|
const char* version_string = "0.34.86 Development code, not for production use!";
|
|
const char* program_name = "nwipe";
|
|
const char* author_name = "Martijn van Brummelen";
|
|
const char* email_address = "git@brumit.nl";
|
|
const char* years = "2023";
|
|
const char* copyright = "Copyright Darik Horn <dajhorn-dban@vanadac.com>\n\
|
|
Modifications to original dwipe Copyright Andy Beverley <andy@andybev.com>\n\
|
|
This is free software; see the source for copying conditions.\n\
|
|
There is NO warranty; not even for MERCHANTABILITY or FITNESS\n\
|
|
FOR A PARTICULAR PURPOSE.\n";
|
|
const char* banner = "nwipe 0.34.86 Development code, not for production use!";
|