Removed the 'ntfs_home' string from utils.c/h since it was referring to Linux-NTFS and it was a duplicate symbol (an equivalent string exists in volume.c/h).
parent
e12b5f2c7f
commit
de22c98ec0
|
@ -73,7 +73,6 @@
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
const char *ntfs_bugs = "Developers' email address: "NTFS_DEV_LIST"\n";
|
const char *ntfs_bugs = "Developers' email address: "NTFS_DEV_LIST"\n";
|
||||||
const char *ntfs_home = "Linux NTFS homepage: http://www.linux-ntfs.org\n";
|
|
||||||
const char *ntfs_gpl = "This program is free software, released under the GNU "
|
const char *ntfs_gpl = "This program is free software, released under the GNU "
|
||||||
"General Public License\nand you are welcome to redistribute it under "
|
"General Public License\nand you are welcome to redistribute it under "
|
||||||
"certain conditions. It comes with\nABSOLUTELY NO WARRANTY; for "
|
"certain conditions. It comes with\nABSOLUTELY NO WARRANTY; for "
|
||||||
|
|
|
@ -39,7 +39,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern const char *ntfs_bugs;
|
extern const char *ntfs_bugs;
|
||||||
extern const char *ntfs_home;
|
|
||||||
extern const char *ntfs_gpl;
|
extern const char *ntfs_gpl;
|
||||||
|
|
||||||
int utils_set_locale(void);
|
int utils_set_locale(void);
|
||||||
|
|
Loading…
Reference in New Issue