Fix typos
This commit is contained in:
parent
8cf56bfe8d
commit
f2f334005f
@ -16,7 +16,7 @@ struct ticproc_t conf;
|
|||||||
char *find_file_nocase(char *filename) {
|
char *find_file_nocase(char *filename) {
|
||||||
DIR *inb;
|
DIR *inb;
|
||||||
struct dirent *dent;
|
struct dirent *dent;
|
||||||
char *nocasefname;
|
char *ncasefname;
|
||||||
|
|
||||||
inb = opendir(conf.inbound);
|
inb = opendir(conf.inbound);
|
||||||
if (!inb) {
|
if (!inb) {
|
||||||
@ -156,7 +156,7 @@ int add_file(struct ticfile_t *ticfile) {
|
|||||||
unsigned long crc;
|
unsigned long crc;
|
||||||
time_t curtime;
|
time_t curtime;
|
||||||
char *casename;
|
char *casename;
|
||||||
char *ncasename;
|
char *nocasename;
|
||||||
|
|
||||||
if (ticfile->area == NULL) {
|
if (ticfile->area == NULL) {
|
||||||
return -1;
|
return -1;
|
||||||
|
Reference in New Issue
Block a user